2 references to getCollectionDetails
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
3856var (collectionKind, targetElementType) = getCollectionDetails(node, node.Type); 3988var (collectionKind, targetElementType) = getCollectionDetails(node, strippedTargetCollectionType);