2 references to nullableEnable
Microsoft.CodeAnalysis.Razor.Compiler (2)
Mvc\PagesPropertyInjectionPass.cs (2)
36
IntermediateNodeFactory.CSharpToken(
nullableEnable
(nullableEnabled, $"public {viewDataType} ViewData => ({viewDataType})PageContext?.ViewData")));
43
IntermediateNodeFactory.CSharpToken(
nullableEnable
(nullableEnabled, $"public {modelType.Content} Model => ViewData.Model")));