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)
60Contract.ThrowIfTrue(_workspaceFolderPathsOpt.IsDefault, $"{nameof(_workspaceFolderPathsOpt)} was not initialized. Was this accessed before the OnInitialized event ran?"); 61return _workspaceFolderPathsOpt;