7 references to IConverter
Microsoft.CodeAnalysis.Features (7)
ConvertLinq\ConvertForEachToLinqQuery\AbstractConvertForEachToLinqQueryProvider.cs (7)
41[NotNullWhen(true)] out IConverter<TForEachStatement, TStatement>? converter); 59protected abstract IConverter<TForEachStatement, TStatement> CreateDefaultConverter( 63IConverter<TForEachStatement, TStatement> converter, SemanticModel semanticModel, SyntaxNode root); 88if (!TryBuildConverter(forEachStatement, semanticModel, convertLocalDeclarations: true, cancellationToken, out var queryConverter)) 134if (TryBuildConverter(forEachStatement, semanticModel, convertLocalDeclarations: false, cancellationToken, out var linqConverter)) 146IConverter<TForEachStatement, TStatement> converter, 166[NotNullWhen(true)] out IConverter<TForEachStatement, TStatement>? converter)