2 references to IsSameSymbol
Microsoft.AspNetCore.App.Analyzers (2)
Mvc\DetectOverriddenAuthorizeAttribute.cs (2)
68
if (currentMethod is not null &&
IsSameSymbol
(currentMethod.ContainingType, currentClass))
139
if (
IsSameSymbol
(attribute, commonAttribute))