6 references to GetNullableOfTValueSlot
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (5)
2052
return containingSlot < 0 ? -1 :
GetNullableOfTValueSlot
(operandType, containingSlot, out _);
5350
slot =
GetNullableOfTValueSlot
(receiverType, slot, out _);
5566
leftSlot =
GetNullableOfTValueSlot
(targetType.Type, leftSlot, out _);
5858
slot =
GetNullableOfTValueSlot
(receiver.Type, slot, out _);
8513
int targetSlot =
GetNullableOfTValueSlot
(containingType, containingSlot, out Symbol? symbol);
FlowAnalysis\NullableWalker_Patterns.cs (1)
471
outputSlot =
GetNullableOfTValueSlot
(inputType, inputSlot, out _, forceSlotEvenIfEmpty: true);