1 write to InsecureSymbol
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureObjectGraphResult.cs (1)
31
InsecureSymbol
= insecureSymbol;
8 references to InsecureSymbol
Microsoft.CodeAnalysis.NetAnalyzers (8)
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureObjectGraphResult.cs (8)
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>
63
if (this.
InsecureSymbol
!= null)
65
return this.
InsecureSymbol
.DeclaringSyntaxReferences.First().GetSyntax().GetLocation();
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>
83
if (this.
InsecureSymbol
!= null)
85
return this.
InsecureSymbol
.ToDisplayString(SymbolDisplayFormat.MinimallyQualifiedFormat);