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