8 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
3456
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4033
slot =
GetOrCreatePlaceholderSlot
(node);
4565
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
8501
int slot =
GetOrCreatePlaceholderSlot
(node);
9068
int containingSlot =
GetOrCreatePlaceholderSlot
(conversionOpt);
9116
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
11561
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1050
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);