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