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