14 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (13)
3621
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4412
slot =
GetOrCreatePlaceholderSlot
(node);
5041
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
9422
int slot =
GetOrCreatePlaceholderSlot
(node);
9636
conversionOperandSlot =
GetOrCreatePlaceholderSlot
(conversionOperand);
10028
int containingSlot = conversionOpt is null ? targetInstanceSlotOpt :
GetOrCreatePlaceholderSlot
(conversionOpt);
10085
int containingSlot = conversionOpt is null ? targetInstanceSlotOpt :
GetOrCreatePlaceholderSlot
(conversionOpt);
10135
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10161
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10729
int containingSlot =
GetOrCreatePlaceholderSlot
(unionInstance);
11743
extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Operand);
11936
extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Left);
13168
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1206
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);