2 references to IsArgumentCompatibleWithIEnumerableOfT
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForNewDiagnosticAnalyzer.cs (1)
64
if (!
IsArgumentCompatibleWithIEnumerableOfT
(semanticModel, argument, out var unwrapArgument, out var useSpread, cancellationToken))
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionExpression\UseCollectionExpressionHelpers.cs (1)
956
return
IsArgumentCompatibleWithIEnumerableOfT
(semanticModel, arguments[0], out unwrapArgument, out useSpread, cancellationToken);