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)
3607
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4398
slot =
GetOrCreatePlaceholderSlot
(node);
5027
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
9408
int slot =
GetOrCreatePlaceholderSlot
(node);
9622
conversionOperandSlot =
GetOrCreatePlaceholderSlot
(conversionOperand);
10014
int containingSlot = conversionOpt is null ? targetInstanceSlotOpt :
GetOrCreatePlaceholderSlot
(conversionOpt);
10071
int containingSlot = conversionOpt is null ? targetInstanceSlotOpt :
GetOrCreatePlaceholderSlot
(conversionOpt);
10121
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10147
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10719
int containingSlot =
GetOrCreatePlaceholderSlot
(unionInstance);
11733
extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Operand);
11926
extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Left);
13158
int slot =
GetOrCreatePlaceholderSlot
(node);