5 references to IsPossiblyNullableReferenceTypeTypeParameter
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1868(type.IsPossiblyNullableReferenceTypeTypeParameter() || type.IsNullableTypeOrTypeParameter());
FlowAnalysis\NullableWalker.cs (2)
780var badState = symbolType.Type.IsPossiblyNullableReferenceTypeTypeParameter() && (annotations & FlowAnalysisAnnotations.NotNull) == 0 944SetState(ref this.State, memberSlot, type.Type.IsPossiblyNullableReferenceTypeTypeParameter() ? NullableFlowState.MaybeDefault : NullableFlowState.MaybeNull);
Symbols\TypeWithAnnotations.cs (2)
136if (Type?.IsPossiblyNullableReferenceTypeTypeParameter() == true) 819if (type.IsPossiblyNullableReferenceTypeTypeParameter())