2 writes to Name
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\PropertyDeclarationIntermediateNode.cs (1)
25
Name
= Name,
Mvc\PagesPropertyInjectionPass.cs (1)
51
Name
= "Model",
2 references to Name
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\PropertyDeclarationIntermediateNode.cs (1)
25
Name =
Name
,
Language\RazorCSharpDocumentWriter.cs (1)
255
CodeWriter.WritePropertyDeclaration(node.Modifiers, node.Type, node.
Name
, node.ExpressionBody, _context);