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