8 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
3456var resultSlot = GetOrCreatePlaceholderSlot(withExpr); 4033slot = GetOrCreatePlaceholderSlot(node); 4565int receiverSlot = GetOrCreatePlaceholderSlot(node); 8501int slot = GetOrCreatePlaceholderSlot(node); 9068int containingSlot = GetOrCreatePlaceholderSlot(conversionOpt); 9116int slot = GetOrCreatePlaceholderSlot(conversionOpt); 11561int slot = GetOrCreatePlaceholderSlot(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1050return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) : MakeSlot(node);