Implemented interface member:
method
GetCSharpSyntaxTreeAsync
Microsoft.CodeAnalysis.Razor.ProjectSystem.IDocumentSnapshot.GetCSharpSyntaxTreeAsync(System.Threading.CancellationToken)
4 references to GetCSharpSyntaxTreeAsync
Microsoft.CodeAnalysis.Remote.Razor (4)
Debugging\RemoteDebugInfoService.cs (2)
72var syntaxTree = await context.Snapshot.GetCSharpSyntaxTreeAsync(cancellationToken).ConfigureAwait(false); 108var syntaxTree = await context.Snapshot.GetCSharpSyntaxTreeAsync(cancellationToken).ConfigureAwait(false);
DevTools\RemoteDevToolsService.cs (1)
70var csharpSyntaxTree = await context.Snapshot.GetCSharpSyntaxTreeAsync(cancellationToken).ConfigureAwait(false);
DocumentMapping\RemoteSpanMappingService.cs (1)
106var csharpSyntaxTree = await documentSnapshot.GetCSharpSyntaxTreeAsync(cancellationToken).ConfigureAwait(false);