10 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (9)
3557var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 4188slot = GetOrCreatePlaceholderSlot(node); 4722int receiverSlot = GetOrCreatePlaceholderSlot(node); 8928int slot = GetOrCreatePlaceholderSlot(node); 9495int containingSlot = GetOrCreatePlaceholderSlot(conversionOpt); 9543int slot = GetOrCreatePlaceholderSlot(conversionOpt); 10962extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Operand); 11140extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Left); 12309int slot = GetOrCreatePlaceholderSlot(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1052return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);