1 write to CodeBase
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\TypeRef.cs (1)
26CodeBase = codeBase;
4 references to CodeBase
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
LspServices\AbstractExportLspServiceAttribute.cs (1)
105result.Add(t.CodeBase);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\TypeRef.cs (3)
57CodeBase == other.CodeBase; 67if (CodeBase is string codeBase)