1 implementation of Root
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\AbstractSyntaxTriviaService.Result.cs (1)
42public SyntaxNode Root { get; }
3 references to Root
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
ExtractMethod\ExtractMethodMiscellaneousTests.cs (2)
45var rootWithAnnotation = result.Root; 86var rootWithAnnotation = result.Root;
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.cs (1)
168await semanticDocument.WithSyntaxRootAsync(result.Root, cancellationToken).ConfigureAwait(false),