8 writes to Name
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Components\ComponentDocumentClassifierPass.cs (2)
94method.Name = "Execute"; 128method.Name = ComponentsApi.ComponentBase.BuildRenderTree;
Language\RazorProjectEngine.cs (1)
316method.Name = "ExecuteAsync";
Mvc.Version1_X\MvcViewDocumentClassifierPass.cs (1)
43method.Name = "ExecuteAsync";
Mvc.Version2_X\MvcViewDocumentClassifierPass.cs (1)
43method.Name = "ExecuteAsync";
Mvc.Version2_X\RazorPageDocumentClassifierPass.cs (1)
74method.Name = "ExecuteAsync";
Mvc\MvcViewDocumentClassifierPass.cs (1)
62method.Name = "ExecuteAsync";
Mvc\RazorPageDocumentClassifierPass.cs (1)
93method.Name = "ExecuteAsync";
4 references to Name
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultRazorCSharpLoweringPhase.cs (1)
199node.Name,
Language\Intermediate\MethodDeclarationIntermediateNode.cs (3)
28formatter.WriteContent(Name); 30formatter.WriteProperty(nameof(Name), Name);