8 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
3551
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4128
slot =
GetOrCreatePlaceholderSlot
(node);
4661
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
8725
int slot =
GetOrCreatePlaceholderSlot
(node);
9292
int containingSlot =
GetOrCreatePlaceholderSlot
(conversionOpt);
9340
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
11848
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1050
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);