React to removal of DirectiveTokenDescriptor.Value.

This commit is contained in:
N. Taylor Mullen 2017-02-07 10:20:25 -08:00
parent adf18d4810
commit 6d18c3e85a
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ namespace Microsoft.VisualStudio.RazorExtension.RazorInfo
foreach (var token in _directive.Tokens)
{
builder.Append(token.Value);
builder.Append("(");
builder.Append(token.Kind.ToString());
builder.Append(")");