4 references to CheckNullableReferenceTypeAndScopedMismatchOnImplementingMember
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceCustomEventSymbol.cs (1)
228
TypeSymbol.
CheckNullableReferenceTypeAndScopedMismatchOnImplementingMember
(this.ContainingType, this, explicitlyImplementedEvent, isExplicit: true, diagnostics);
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
146
TypeSymbol.
CheckNullableReferenceTypeAndScopedMismatchOnImplementingMember
(this.ContainingType, this, overriddenOrExplicitlyImplementedMethod, isExplicit: true, diagnostics);
Symbols\Source\SourcePropertySymbolBase.cs (1)
810
TypeSymbol.
CheckNullableReferenceTypeAndScopedMismatchOnImplementingMember
(this.ContainingType, this, explicitlyImplementedProperty, isExplicit: true, diagnostics);
Symbols\TypeSymbol.cs (1)
1704
CheckNullableReferenceTypeAndScopedMismatchOnImplementingMember
(implementingType, implicitImpl, interfaceMember, isExplicit: false, diagnostics);