10 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (9)
3551
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4182
slot =
GetOrCreatePlaceholderSlot
(node);
4715
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
8924
int slot =
GetOrCreatePlaceholderSlot
(node);
9491
int containingSlot =
GetOrCreatePlaceholderSlot
(conversionOpt);
9539
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10950
extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Operand);
11128
extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Left);
12285
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1050
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);