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