10 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (9)
3557
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4188
slot =
GetOrCreatePlaceholderSlot
(node);
4722
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
8928
int slot =
GetOrCreatePlaceholderSlot
(node);
9495
int containingSlot =
GetOrCreatePlaceholderSlot
(conversionOpt);
9543
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10962
extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Operand);
11140
extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Left);
12309
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1052
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);