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)
72
var syntaxTree = await context.Snapshot.
GetCSharpSyntaxTreeAsync
(cancellationToken).ConfigureAwait(false);
108
var syntaxTree = await context.Snapshot.
GetCSharpSyntaxTreeAsync
(cancellationToken).ConfigureAwait(false);
DevTools\RemoteDevToolsService.cs (1)
70
var csharpSyntaxTree = await context.Snapshot.
GetCSharpSyntaxTreeAsync
(cancellationToken).ConfigureAwait(false);
DocumentMapping\RemoteSpanMappingService.cs (1)
106
var csharpSyntaxTree = await documentSnapshot.
GetCSharpSyntaxTreeAsync
(cancellationToken).ConfigureAwait(false);