1 write to _modelType
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
28_modelType = modelType ?? throw new ArgumentNullException(nameof(modelType));
1 reference to _modelType
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
88Type IModelTypeProvider.GetModelType() => _modelType;