5 references to GetNullableOfTValueSlot
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (4)
2004
return containingSlot < 0 ? -1 :
GetNullableOfTValueSlot
(operandType, containingSlot, out _);
4904
slot =
GetNullableOfTValueSlot
(receiverType, slot, out _);
5397
slot =
GetNullableOfTValueSlot
(receiver.Type, slot, out _);
7659
int targetSlot =
GetNullableOfTValueSlot
(containingType, containingSlot, out Symbol? symbol);
FlowAnalysis\NullableWalker_Patterns.cs (1)
433
outputSlot =
GetNullableOfTValueSlot
(inputType, inputSlot, out _, forceSlotEvenIfEmpty: true);