10 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (9)
3577var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 4206slot = GetOrCreatePlaceholderSlot(node); 4777int receiverSlot = GetOrCreatePlaceholderSlot(node); 9029int slot = GetOrCreatePlaceholderSlot(node); 9596int containingSlot = GetOrCreatePlaceholderSlot(conversionOpt); 9644int slot = GetOrCreatePlaceholderSlot(conversionOpt); 11063extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Operand); 11241extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot : GetOrCreatePlaceholderSlot(node.Left); 12410int slot = GetOrCreatePlaceholderSlot(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1052return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);