1 write to InsecureAttribute
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureObjectGraphResult.cs (1)
32
InsecureAttribute
= insecureAttribute;
6 references to InsecureAttribute
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureObjectGraphResult.cs (6)
58
/// Gets the <see cref="Location"/> of <see cref="InsecureSymbol"/> or <see cref="
InsecureAttribute
"/>.
60
/// <returns><see cref="Location"/> of <see cref="InsecureSymbol"/> or <see cref="
InsecureAttribute
"/>.</returns>
67
else if (this.
InsecureAttribute
!= null)
69
return this.
InsecureAttribute
.ApplicationSyntaxReference?.GetSyntax().GetLocation() ?? Location.None;
78
/// Gets the display string of <see cref="InsecureSymbol"/> or <see cref="
InsecureAttribute
"/>.
80
/// <returns>Display string of <see cref="InsecureSymbol"/> or <see cref="
InsecureAttribute
"/>.</returns>