8 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
3393var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 3969slot = GetOrCreatePlaceholderSlot(node); 4499int receiverSlot = GetOrCreatePlaceholderSlot(node); 8429int slot = GetOrCreatePlaceholderSlot(node); 8996int containingSlot = GetOrCreatePlaceholderSlot(conversionOpt); 9044int slot = GetOrCreatePlaceholderSlot(conversionOpt); 11489int slot = GetOrCreatePlaceholderSlot(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1050return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);