2 instantiations of SaveOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Converters\TextDocumentSyncConverter.cs (1)
23
Save = new
SaveOptions
Protocol\ServerCapabilities.cs (1)
49
Save = 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)
67
public SumType<bool,
SaveOptions
>? Save