2 instantiations of SaveOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Converters\TextDocumentSyncConverter.cs (1)
23Save = new SaveOptions
Protocol\ServerCapabilities.cs (1)
49Save = new SaveOptions
2 references to SaveOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\DidSaveTextDocumentParams.cs (1)
29/// Optional the content when saved. Depends on the <see cref="SaveOptions.IncludeText"/> value
Protocol\TextDocumentSyncOptions.cs (1)
67public SumType<bool, SaveOptions>? Save