1 override of ChooseDiagnosticDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\DoNotUseDataSetReadXml.cs (1)
45
protected override DiagnosticDescriptor?
ChooseDiagnosticDescriptor
(OperationAnalysisContext operationAnalysisContext, WellKnownTypeProvider wellKnownTypeProvider)
2 references to ChooseDiagnosticDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerMethodsBase.cs (2)
93
this.
ChooseDiagnosticDescriptor
(operationAnalysisContext, wellKnownTypeProvider);
115
this.
ChooseDiagnosticDescriptor
(operationAnalysisContext, wellKnownTypeProvider);