14 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (13)
3576
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4365
slot =
GetOrCreatePlaceholderSlot
(node);
5003
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
9358
int slot =
GetOrCreatePlaceholderSlot
(node);
9572
conversionOperandSlot =
GetOrCreatePlaceholderSlot
(conversionOperand);
9966
int containingSlot = conversionOpt is null ? targetInstanceSlotOpt :
GetOrCreatePlaceholderSlot
(conversionOpt);
10023
int containingSlot = conversionOpt is null ? targetInstanceSlotOpt :
GetOrCreatePlaceholderSlot
(conversionOpt);
10073
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10099
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10650
int containingSlot =
GetOrCreatePlaceholderSlot
(unionInstance);
11664
extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Operand);
11853
extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Left);
13045
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1150
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);