1 override of GetRootAsync
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.ParsedSyntaxTree.vb (1)
105Public Overrides Function GetRootAsync(Optional cancellationToken As CancellationToken = Nothing) As Task(Of VisualBasicSyntaxNode)
2 references to GetRootAsync
Microsoft.CodeAnalysis.VisualBasic (2)
Syntax\VisualBasicSyntaxTree.vb (2)
61''' Implementations that wish to schedule this work differently should override <see cref="GetRootAsync(CancellationToken)"/>. 547Return Await Me.GetRootAsync(cancellationToken).ConfigureAwait(False)