2 writes to Type
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
DefaultRazorCSharpLoweringPhaseTest.cs (1)
503Type = IntermediateNodeFactory.CSharpToken("string"),
Microsoft.CodeAnalysis.Razor.Compiler (1)
Mvc\PagesPropertyInjectionPass.cs (1)
52Type = modelType,
2 references to Type
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
197WriteContentNode(node, node.Type.Content, node.Name, node.ExpressionBody);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorCSharpLoweringPhase.cs (1)
219CodeWriter.WritePropertyDeclaration(node.Modifiers, node.Type, node.Name, node.ExpressionBody, _context);