14 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker_Patterns.cs (1)
1244return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);
FlowAnalysis\NullableWalker.cs (13)
3607var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 4398slot = GetOrCreatePlaceholderSlot(node); 5027int receiverSlot = GetOrCreatePlaceholderSlot(node); 9408int slot = GetOrCreatePlaceholderSlot(node); 9622conversionOperandSlot = GetOrCreatePlaceholderSlot(conversionOperand); 10014int containingSlot = conversionOpt is null ? targetInstanceSlotOpt : GetOrCreatePlaceholderSlot(conversionOpt); 10071int containingSlot = conversionOpt is null ? targetInstanceSlotOpt : GetOrCreatePlaceholderSlot(conversionOpt); 10121int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10147int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10719int containingSlot = GetOrCreatePlaceholderSlot(unionInstance); 11733extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Operand); 11926extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Left); 13158int slot = GetOrCreatePlaceholderSlot(node);