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