14 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (13)
3621var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 4412slot = GetOrCreatePlaceholderSlot(node); 5041int receiverSlot = GetOrCreatePlaceholderSlot(node); 9422int slot = GetOrCreatePlaceholderSlot(node); 9636conversionOperandSlot = GetOrCreatePlaceholderSlot(conversionOperand); 10028int containingSlot = conversionOpt is null ? targetInstanceSlotOpt : GetOrCreatePlaceholderSlot(conversionOpt); 10085int containingSlot = conversionOpt is null ? targetInstanceSlotOpt : GetOrCreatePlaceholderSlot(conversionOpt); 10135int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10161int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10729int containingSlot = GetOrCreatePlaceholderSlot(unionInstance); 11743extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Operand); 11936extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Left); 13168int slot = GetOrCreatePlaceholderSlot(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1206return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);