React to removal of DirectiveTokenDescriptor.Value.
This commit is contained in:
parent
adf18d4810
commit
6d18c3e85a
|
|
@ -20,7 +20,6 @@ namespace Microsoft.VisualStudio.RazorExtension.RazorInfo
|
||||||
|
|
||||||
foreach (var token in _directive.Tokens)
|
foreach (var token in _directive.Tokens)
|
||||||
{
|
{
|
||||||
builder.Append(token.Value);
|
|
||||||
builder.Append("(");
|
builder.Append("(");
|
||||||
builder.Append(token.Kind.ToString());
|
builder.Append(token.Kind.ToString());
|
||||||
builder.Append(")");
|
builder.Append(")");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue