1 write to DirectiveText
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\AddTagHelperChunkGenerator.cs (1)
24DirectiveText = directiveText;
4 references to DirectiveText
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\AddTagHelperChunkGenerator.cs (4)
47string.Equals(DirectiveText, other.DirectiveText, StringComparison.Ordinal) && 58combiner.Add(DirectiveText, StringComparer.Ordinal); 70builder.Append(DirectiveText);