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