8 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
3194var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 3569slot = GetOrCreatePlaceholderSlot(node); 4092int receiverSlot = GetOrCreatePlaceholderSlot(node); 7581int slot = GetOrCreatePlaceholderSlot(node); 8129int containingSlot = GetOrCreatePlaceholderSlot(conversionOpt); 8177int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10571int slot = GetOrCreatePlaceholderSlot(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1005return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);