1 instantiation of VSTypeScriptAsyncToken
Microsoft.CodeAnalysis.Workspaces (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptAsynchronousOperationListener.cs (1)
13
=>
new
(underlyingObject.BeginAsyncOperation(name, tag, filePath, lineNumber));
2 references to VSTypeScriptAsyncToken
Microsoft.CodeAnalysis.Workspaces (2)
ExternalAccess\VSTypeScript\Api\TaskExtensions.cs (1)
13
public static Task CompletesAsyncOperation(this Task task,
VSTypeScriptAsyncToken
asyncToken)
ExternalAccess\VSTypeScript\Api\VSTypeScriptAsynchronousOperationListener.cs (1)
12
public
VSTypeScriptAsyncToken
BeginAsyncOperation(string name, object? tag = null, [CallerFilePath] string filePath = "", [CallerLineNumber] int lineNumber = 0)