8 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
3194
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
3569
slot =
GetOrCreatePlaceholderSlot
(node);
4092
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
7581
int slot =
GetOrCreatePlaceholderSlot
(node);
8129
int containingSlot =
GetOrCreatePlaceholderSlot
(conversionOpt);
8177
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10571
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1005
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);