1 write to AttributeSource
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
DeclaredApiResponseMetadata.cs (1)
33AttributeSource = attributeSource;
2 references to AttributeSource
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
AddResponseTypeAttributeCodeFixAction.cs (2)
89if (!declaredResponseMetadata.Any(m => m.IsDefault && SymbolEqualityComparer.Default.Equals(m.AttributeSource, context.Method))) 183SymbolEqualityComparer.Default.Equals(declaredMetadata.AttributeSource, context.Method))