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