14 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (13)
3576var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 4365slot = GetOrCreatePlaceholderSlot(node); 5003int receiverSlot = GetOrCreatePlaceholderSlot(node); 9358int slot = GetOrCreatePlaceholderSlot(node); 9572conversionOperandSlot = GetOrCreatePlaceholderSlot(conversionOperand); 9966int containingSlot = conversionOpt is null ? targetInstanceSlotOpt : GetOrCreatePlaceholderSlot(conversionOpt); 10023int containingSlot = conversionOpt is null ? targetInstanceSlotOpt : GetOrCreatePlaceholderSlot(conversionOpt); 10073int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10099int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10650int containingSlot = GetOrCreatePlaceholderSlot(unionInstance); 11664extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Operand); 11853extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Left); 13045int slot = GetOrCreatePlaceholderSlot(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1150return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);