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