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