10 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (9)
3551var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 4182slot = GetOrCreatePlaceholderSlot(node); 4715int receiverSlot = GetOrCreatePlaceholderSlot(node); 8924int slot = GetOrCreatePlaceholderSlot(node); 9491int containingSlot = GetOrCreatePlaceholderSlot(conversionOpt); 9539int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10950extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Operand); 11128extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Left); 12285int slot = GetOrCreatePlaceholderSlot(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1050return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);