1 instantiation of OptimizedVSCompletionList
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionResultFactory.cs (1)
106? new LSP.OptimizedVSCompletionList(completionList)
5 references to OptimizedVSCompletionList
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Protocol\Internal\Efficiency\OptimizedVSCompletionList.cs (2)
16/// Initializes a new instance of the <see cref="OptimizedVSCompletionList"/> class. 31/// Initializes a new instance of the <see cref="OptimizedVSCompletionList"/> class.
Protocol\Internal\Efficiency\OptimizedVSCompletionListJsonConverter.cs (3)
14internal class OptimizedVSCompletionListJsonConverter : JsonConverter<OptimizedVSCompletionList> 19public override OptimizedVSCompletionList Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) => throw new NotImplementedException(); 21public override void Write(Utf8JsonWriter writer, OptimizedVSCompletionList value, JsonSerializerOptions options)