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