1 instantiation of GenericInterceptionResult
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
MessageInterception\GenericInterceptionResult.cs (1)
11public static readonly GenericInterceptionResult<TJsonToken> NoChange = new(default, false);
3 references to GenericInterceptionResult
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (3)
MessageInterception\DefaultInterceptorManager.cs (1)
96var result = await interceptor.Value.ApplyChangesAsync(message, contentType, cancellationToken);
MessageInterception\GenericInterceptionResult.cs (1)
11public static readonly GenericInterceptionResult<TJsonToken> NoChange = new(default, false);
MessageInterception\GenericMessageInterceptor.cs (1)
22public abstract Task<GenericInterceptionResult<TJsonToken>> ApplyChangesAsync<TJsonToken>(TJsonToken message, string containedLanguageName, CancellationToken cancellationToken);