4 references to InsecureTypeSymbols
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureDeserializationTypeDecider.cs (4)
54
this.
InsecureTypeSymbols
.Add(namedTypeSymbol);
136
if (typeSymbol == null || this.
InsecureTypeSymbols
.Count == 0)
153
if (this.
InsecureTypeSymbols
.Contains(t))
185
if (this.
InsecureTypeSymbols
.Count == 0 || rootType == null)