2 references to GetRootAsync
Microsoft.CodeAnalysis.CSharp (2)
Syntax\CSharpSyntaxTree.cs (2)
100/// Implementations that wish to schedule this work differently should override <see cref="GetRootAsync(CancellationToken)"/>. 883return await this.GetRootAsync(cancellationToken).ConfigureAwait(false);