8 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
3551var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 4182slot = GetOrCreatePlaceholderSlot(node); 4715int receiverSlot = GetOrCreatePlaceholderSlot(node); 8829int slot = GetOrCreatePlaceholderSlot(node); 9396int containingSlot = GetOrCreatePlaceholderSlot(conversionOpt); 9444int slot = GetOrCreatePlaceholderSlot(conversionOpt); 11981int slot = GetOrCreatePlaceholderSlot(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1050return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);