6 overrides of MethodUsedDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Security\DoNotUseDataSetReadXml.cs (1)
58
protected override DiagnosticDescriptor
MethodUsedDescriptor
=> RealMethodUsedDescriptor;
Microsoft.NetCore.Analyzers\Security\DoNotUseDataTableReadXml.cs (1)
38
protected override DiagnosticDescriptor
MethodUsedDescriptor
=> RealMethodUsedDescriptor;
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerBinaryFormatterMethods.cs (1)
39
protected override DiagnosticDescriptor
MethodUsedDescriptor
=> RealMethodUsedDescriptor;
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerLosFormatter.cs (1)
38
protected override DiagnosticDescriptor
MethodUsedDescriptor
=> RealMethodUsedDescriptor;
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerNetDataContractSerializerMethods.cs (1)
39
protected override DiagnosticDescriptor
MethodUsedDescriptor
=> RealMethodUsedDescriptor;
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerObjectStateFormatter.cs (1)
38
protected override DiagnosticDescriptor
MethodUsedDescriptor
=> RealMethodUsedDescriptor;
2 references to MethodUsedDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerMethodsBase.cs (2)
54
return
MethodUsedDescriptor
;
59
this.
MethodUsedDescriptor
);