2 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (1)
5012return GetOrCreatePlaceholderSlot(node, TypeWithAnnotations.Create(node.Type, NullableAnnotation.NotAnnotated));
FlowAnalysis\NullableWalker_Patterns.cs (1)
945return GetOrCreatePlaceholderSlot(slotKey, type);