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