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)