14 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (13)
3612var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 4403slot = GetOrCreatePlaceholderSlot(node); 5043int receiverSlot = GetOrCreatePlaceholderSlot(node); 9395int slot = GetOrCreatePlaceholderSlot(node); 9609conversionOperandSlot = GetOrCreatePlaceholderSlot(conversionOperand); 10001int containingSlot = conversionOpt is null ? targetInstanceSlotOpt : GetOrCreatePlaceholderSlot(conversionOpt); 10058int containingSlot = conversionOpt is null ? targetInstanceSlotOpt : GetOrCreatePlaceholderSlot(conversionOpt); 10108int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10134int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10700int containingSlot = GetOrCreatePlaceholderSlot(unionInstance); 11715extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Operand); 11908extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Left); 13100int slot = GetOrCreatePlaceholderSlot(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1152return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);