21 references to LoadFrom
Aspire.Hosting.Testing.Tests (1)
TestingBuilderTests.cs (1)
57var appHostAssembly = Assembly.LoadFrom(Path.Combine(AppContext.BaseDirectory, testProjectAssemblyPath));
Aspire.Playground.Tests (1)
Infrastructure\DistributedApplicationExtensions.cs (1)
239var projectAssembly = Assembly.LoadFrom(projectAssemblyPath);
CodeStyleConfigFileGenerator (1)
Program.cs (1)
297public Assembly LoadFromPath(string fullPath) => Assembly.LoadFrom(fullPath);
dotnet-Microsoft.XmlSerializer.Generator (1)
Sgen.cs (1)
647return Assembly.LoadFrom(reference);
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (1)
219return Assembly.LoadFrom(path);
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (1)
858assembly = Assembly.LoadFrom(assemblyFile.FullName);
Metadata\ServiceDescriptor.cs (1)
106Assembly assembly = Assembly.LoadFrom($"{toolPath}/{tfn}/Microsoft.Svcutil.NamedPipeMetadataImporter.dll");
GenerateDocumentationAndConfigFiles (2)
Program.cs (2)
883_ = Assembly.LoadFrom(assemblyPath); 1952return Assembly.LoadFrom(fullPath);
Microsoft.ML.Core (1)
ComponentModel\AssemblyLoadingUtils.cs (1)
214assembly = Assembly.LoadFrom(path);
Microsoft.Web.XmlTransform (1)
NamedTypeFactory.cs (1)
125: base(Assembly.LoadFrom(path), nameSpace) {
PresentationFramework (1)
System\Windows\Documents\Serialization\SerializerDescriptor.cs (1)
119Assembly plugIn = Assembly.LoadFrom(assemblyPath);
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\AssemblyCatalog.cs (1)
570return Assembly.LoadFrom(codeBase);
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Activator.cs (1)
54Assembly assembly = Assembly.LoadFrom(assemblyFile);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (2)
364return LoadFrom(requestedAssemblyPath); 414public static Assembly UnsafeLoadFrom(string assemblyFile) => LoadFrom(assemblyFile);
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
202serializer = Assembly.LoadFrom(serializerName);
System.Speech (2)
Recognition\Grammar.cs (2)
425assembly = Assembly.LoadFrom(uriGrammar.LocalPath); 459Assembly assembly = Assembly.LoadFrom(grammarName);
System.Windows.Forms (1)
System\Resources\AssemblyNamesTypeResolutionService.cs (1)
44result = Assembly.LoadFrom(GetPathOfAssembly(assemblyName));
System.Windows.Forms.Design (1)
System\Drawing\Design\ToolboxItem.cs (1)
516a = Assembly.LoadFrom(assemblyName.CodeBase);