2 writes to Name
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\CSharpCodeParser.cs (2)
2327block.Name = SyntaxConstants.CSharp.ElseIfKeyword; 3109Name = 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, "}", "{")); 885new SourceSpan(block.Start, contentLength: 1 /* { OR } */), block.Name, "}", "{")); 2494new SourceSpan(block.Start, block.Name.Length)));