2 writes to Name
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\CSharpCodeParser.cs (2)
2332
block.
Name
= SyntaxConstants.CSharp.ElseIfKeyword;
3118
Name
= name;
4 references to Name
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\CSharpCodeParser.cs (4)
468
new SourceSpan(block.Start, contentLength: 1 /* ( */), block.
Name
, ")", "("));
725
new SourceSpan(block.Start, contentLength: 1 /* { OR } */), block.
Name
, "}", "{"));
890
new SourceSpan(block.Start, contentLength: 1 /* { OR } */), block.
Name
, "}", "{"));
2499
new SourceSpan(block.Start, block.
Name
.Length)));