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