2 overrides of BinderMaybeNotSetDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerBinaryFormatterWithoutBinder.cs (1)
52
protected override DiagnosticDescriptor
BinderMaybeNotSetDescriptor
=> RealBinderMaybeNotSetDescriptor;
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerNetDataContractSerializerWithoutBinder.cs (1)
52
protected override DiagnosticDescriptor
BinderMaybeNotSetDescriptor
=> RealBinderMaybeNotSetDescriptor;
4 references to BinderMaybeNotSetDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerWithoutBinderBase.cs (4)
61
this.
BinderMaybeNotSetDescriptor
);
76
Debug.Assert(this.
BinderMaybeNotSetDescriptor
!= null);
116
operationBlockStartAnalysisContext.Options.IsConfiguredToSkipAnalysis(
BinderMaybeNotSetDescriptor
!,
216
descriptor = this.
BinderMaybeNotSetDescriptor
!;