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