1 write to _workspaceFolderPathsOpt
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InitializeManager.cs (1)
35
_workspaceFolderPathsOpt
= initializeParams.WorkspaceFolders is [_, ..] workspaceFolders ? GetFolderPaths(workspaceFolders) : [];
3 references to _workspaceFolderPathsOpt
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\InitializeManager.cs (3)
60
Contract.ThrowIfTrue(
_workspaceFolderPathsOpt
.IsDefault, $"{nameof(
_workspaceFolderPathsOpt
)} was not initialized. Was this accessed before the OnInitialized event ran?");
61
return
_workspaceFolderPathsOpt
;