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