2 overrides of BinderDefinitelyNotSetDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerBinaryFormatterWithoutBinder.cs (1)
50
protected override DiagnosticDescriptor
BinderDefinitelyNotSetDescriptor
=> RealBinderDefinitelyNotSetDescriptor;
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerNetDataContractSerializerWithoutBinder.cs (1)
50
protected override DiagnosticDescriptor
BinderDefinitelyNotSetDescriptor
=> RealBinderDefinitelyNotSetDescriptor;
4 references to BinderDefinitelyNotSetDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerWithoutBinderBase.cs (4)
60
this.
BinderDefinitelyNotSetDescriptor
,
75
Debug.Assert(this.
BinderDefinitelyNotSetDescriptor
!= null);
114
if (operationBlockStartAnalysisContext.Options.IsConfiguredToSkipAnalysis(
BinderDefinitelyNotSetDescriptor
!,
212
descriptor = this.
BinderDefinitelyNotSetDescriptor
!;