8 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
3551
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4182
slot =
GetOrCreatePlaceholderSlot
(node);
4715
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
8829
int slot =
GetOrCreatePlaceholderSlot
(node);
9396
int containingSlot =
GetOrCreatePlaceholderSlot
(conversionOpt);
9444
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
11981
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1050
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);