2 references to SemanticModel
Microsoft.CodeAnalysis.Features (2)
ConvertLinq\ConvertForEachToLinqQuery\AbstractConvertForEachToLinqQueryProvider.cs (2)
151
var editor = new SyntaxEditor(converter.ForEachInfo.
SemanticModel
.SyntaxTree.GetRoot(cancellationToken), document.Project.Solution.Services);
154
var rootWithLinqUsing = AddLinqUsing(converter, converter.ForEachInfo.
SemanticModel
, newRoot);