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