1 write to PageModelAttribute
Microsoft.AspNetCore.Mvc.Analyzers (1)
AttributesShouldNotBeAppliedToPageModelAnalyzer.cs (1)
147
PageModelAttribute
= compilation.GetTypeByMetadataName(SymbolNames.PageModelAttributeType);
4 references to PageModelAttribute
Microsoft.AspNetCore.Mvc.Analyzers (4)
AttributesShouldNotBeAppliedToPageModelAnalyzer.cs (4)
26
if (typeCache.
PageModelAttribute
== null || typeCache.
PageModelAttribute
.TypeKind == TypeKind.Error)
43
if (!IsPageModel(declaringType, typeCache.
PageModelAttribute
) || !IsPageHandlerMethod(method))
58
if (!IsPageModel(type, typeCache.
PageModelAttribute
))