5 references to IsTypeInsecure
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureDeserializationTypeDecider.cs (5)
216
if (this.
IsTypeInsecure
(typeSymbol, out ITypeSymbol? typeInsecureTypeSymbol))
268
if (this.
IsTypeInsecure
(fieldSymbol.Type, out ITypeSymbol? fieldInsecureTypeSymbol))
313
if (this.
IsTypeInsecure
(propertySymbol.Type, out ITypeSymbol? propertyInsecureTypeSymbol))
350
if (this.
IsTypeInsecure
(typedConstantTypeSymbol, out ITypeSymbol? knownTypeInsecureType))
385
if (this.
IsTypeInsecure
(typedConstantTypeSymbol, out ITypeSymbol? xmlIncludeInsecureType))