14 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker_Patterns.cs (1)
1244
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);
FlowAnalysis\NullableWalker.cs (13)
3663
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4454
slot =
GetOrCreatePlaceholderSlot
(node);
5083
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
9480
int slot =
GetOrCreatePlaceholderSlot
(node);
9694
conversionOperandSlot =
GetOrCreatePlaceholderSlot
(conversionOperand);
10086
int containingSlot = conversionOpt is null ? targetInstanceSlotOpt :
GetOrCreatePlaceholderSlot
(conversionOpt);
10143
int containingSlot = conversionOpt is null ? targetInstanceSlotOpt :
GetOrCreatePlaceholderSlot
(conversionOpt);
10193
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10219
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10791
int containingSlot =
GetOrCreatePlaceholderSlot
(unionInstance);
11812
extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Operand);
12005
extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Left);
13246
int slot =
GetOrCreatePlaceholderSlot
(node);