8 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
3454
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4031
slot =
GetOrCreatePlaceholderSlot
(node);
4563
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
8493
int slot =
GetOrCreatePlaceholderSlot
(node);
9060
int containingSlot =
GetOrCreatePlaceholderSlot
(conversionOpt);
9108
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
11553
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1050
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);