8 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
3393
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
3969
slot =
GetOrCreatePlaceholderSlot
(node);
4499
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
8429
int slot =
GetOrCreatePlaceholderSlot
(node);
8996
int containingSlot =
GetOrCreatePlaceholderSlot
(conversionOpt);
9044
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
11489
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1050
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);