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