2 writes to Type
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\PropertyDeclarationIntermediateNode.cs (1)
26Type = (IntermediateToken)Type.Clone(),
Mvc\PagesPropertyInjectionPass.cs (1)
52Type = modelType,
2 references to Type
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\PropertyDeclarationIntermediateNode.cs (1)
26Type = (IntermediateToken)Type.Clone(),
Language\RazorCSharpDocumentWriter.cs (1)
255CodeWriter.WritePropertyDeclaration(node.Modifiers, node.Type, node.Name, node.ExpressionBody, _context);