1 write to CodeBase
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\TypeRef.cs (1)
24
CodeBase
= codeBase;
6 references to CodeBase
Microsoft.CodeAnalysis.LanguageServer (2)
ExtensionTypeRefResolver.cs (2)
23
if (typeRef.
CodeBase
is not null)
26
assemblyName.CodeBase = typeRef.
CodeBase
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
LspServices\AbstractExportLspServiceAttribute.cs (1)
105
result.Add(t.
CodeBase
);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\TypeRef.cs (3)
54
CodeBase
== other.
CodeBase
;
66
if (
CodeBase
is string codeBase)