1 instantiation of InterceptionResult
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
MessageInterception\InterceptionResult.cs (1)
15
public static readonly InterceptionResult NoChange =
new
(null, false);
3 references to InterceptionResult
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (3)
MessageInterception\DefaultInterceptorManager.cs (1)
138
var
result = await interceptor.Value.ApplyChangesAsync(message, contentType, cancellationToken);
MessageInterception\InterceptionResult.cs (1)
15
public static readonly
InterceptionResult
NoChange = new(null, false);
MessageInterception\MessageInterceptor.cs (1)
24
public abstract Task<
InterceptionResult
> ApplyChangesAsync(JToken message, string containedLanguageName, CancellationToken cancellationToken);