14 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker_Patterns.cs (1)
1244return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);
FlowAnalysis\NullableWalker.cs (13)
3663var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 4454slot = GetOrCreatePlaceholderSlot(node); 5083int receiverSlot = GetOrCreatePlaceholderSlot(node); 9480int slot = GetOrCreatePlaceholderSlot(node); 9694conversionOperandSlot = GetOrCreatePlaceholderSlot(conversionOperand); 10086int containingSlot = conversionOpt is null ? targetInstanceSlotOpt : GetOrCreatePlaceholderSlot(conversionOpt); 10143int containingSlot = conversionOpt is null ? targetInstanceSlotOpt : GetOrCreatePlaceholderSlot(conversionOpt); 10193int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10219int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10791int containingSlot = GetOrCreatePlaceholderSlot(unionInstance); 11812extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Operand); 12005extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Left); 13246int slot = GetOrCreatePlaceholderSlot(node);