10 writes to CodeBase
Microsoft.CodeAnalysis.LanguageServer (1)
ExtensionTypeRefResolver.cs (1)
26assemblyName.CodeBase = typeRef.CodeBase;
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteExportProviderBuilder.cs (1)
117assemblyName.CodeBase = codeBasePath;
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\ExportProviderCache.cs (1)
263assemblyName.CodeBase = codeBasePath;
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\AssemblyCatalog.cs (1)
559assemblyName.CodeBase = codeBase;
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
125an.CodeBase = GetCodeBase();
System.Windows.Forms.Design.Tests (5)
System\Drawing\Design\ToolboxItemTests.cs (5)
1210CodeBase = "System.Windows.Forms.Design.Tests.dll" 1216CodeBase = "System.Windows.Forms.Design.Tests.dll" 1222CodeBase = "AlsoNoSuchAssembly" 1244CodeBase = "ThrowBadImageFormatException" 1250CodeBase = "ThrowIOException"
11 references to CodeBase
dotnet-svcutil.xmlserializer (2)
Microsoft\Tools\ServiceModel\SvcUtil\XmlSerializerGenerator.cs (2)
53ToolConsole.WriteWarning(SR.Format(SR.WrnNoServiceContractTypes, assembly.GetName().CodeBase)); 58ToolConsole.WriteWarning(SR.Format(SR.WrnNoXmlSerializerOperationBehavior, assembly.GetName().CodeBase));
illink (1)
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
316/// <see cref="System.Reflection.AssemblyName.CodeBase"/>
Microsoft.CodeAnalysis.LanguageServer (1)
CustomExportAssemblyLoader.cs (1)
31var codeBasePath = assemblyName.CodeBase;
Microsoft.CodeAnalysis.UnitTests (3)
MetadataReferences\AssemblyIdentityTests.cs (3)
319Assert.Null(an.CodeBase); 334Assert.Null(an.CodeBase); 350AssertEx.Equal(null, an.CodeBase);
System.Windows.Forms (1)
System\Resources\AssemblyNamesTypeResolutionService.cs (1)
68return name.CodeBase ?? string.Empty;
System.Windows.Forms.Design (2)
System\Drawing\Design\ToolboxItem.cs (2)
512if (a is null && !string.IsNullOrEmpty(assemblyName.CodeBase)) 516a = Assembly.LoadFrom(assemblyName.CodeBase);