28 references to LoadFrom
mscorlib (2)
system\appdomain.cs (1)
1976
RuntimeAssembly assembly = (RuntimeAssembly)Assembly.
LoadFrom
(assemblyFile);
system\applicationactivator.cs (1)
74
m_assembly = (RuntimeAssembly)Assembly.
LoadFrom
(m_path);
PresentationFramework (1)
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (1)
149
Assembly plugIn = Assembly.
LoadFrom
(assemblyPath);
System.AddIn (10)
System\Addin\Hosting\ActivationWorker.cs (4)
99
Assembly.
LoadFrom
(_pipeline._contract.Location);
112
Assembly.
LoadFrom
(_pipeline._addinBase.Location);
114
Assembly addInAssembly = Assembly.
LoadFrom
(_pipeline._addin.Location);
115
Assembly addinAdapterAssembly = Assembly.
LoadFrom
(_pipeline._addinAdapter.Location);
System\Addin\Hosting\AddInActivator.cs (3)
326
Assembly addInAssembly = Assembly.
LoadFrom
(pipeline._addin.Location);
499
Assembly hostAdapterAssembly = Assembly.
LoadFrom
(hostAdapter.Location);
500
Assembly contractAssembly = Assembly.
LoadFrom
(contract.Location);
System\Addin\Hosting\AddInControllerImpl.cs (2)
212
Assembly.
LoadFrom
(_token._contract.Location);
213
Assembly addinAdapterAssembly = Assembly.
LoadFrom
(_token._addinAdapter.Location);
System\Addin\Hosting\Utils.cs (1)
239
Assembly assembly = Assembly.
LoadFrom
(fileName);
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\VisualStudio\Activities\WorkflowDesignerExtensionManager.cs (1)
200
return Assembly.
LoadFrom
(assemblyFullPath);
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1209
asmLocation = Assembly.
LoadFrom
(ResolveUri(href, input.BaseUri).ToString()).Location;
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
624
a = Assembly.
LoadFrom
(assemblyName.CodeBase);
System.Management (2)
Instrumentation\ManagementInstaller.cs (1)
91
Assembly assembly = Assembly.
LoadFrom
(assemblyPath);
Instrumentation\SchemaRegistration.cs (1)
225
return Assembly.
LoadFrom
(PrecompiledAssemblyPath);
System.Web (3)
Compilation\BuildManagerHost.cs (1)
134
return Assembly.
LoadFrom
(assemblyLocation);
Compilation\ClientBuildManager.cs (1)
469
Assembly a = Assembly.
LoadFrom
(typeAndAsemblyName[1]);
HttpRuntime.cs (1)
1173
try { Assembly.
LoadFrom
(fi.FullName); }
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
948
result = Assembly.
LoadFrom
(GetPathOfAssembly(name));
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\ReferencedAssemblyResolver.cs (1)
69
reference = Assembly.
LoadFrom
(assemblyPath);
AuthoringOM\Compiler\TypeSystem\AssemblyLoader.cs (1)
71
this.assembly = Assembly.
LoadFrom
(filePath);
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
221
serializer = Assembly.
LoadFrom
(serializerName);
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\ResolveAssemblyHelper.cs (1)
68
Assembly assembly = Assembly.
LoadFrom
(reference);
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (2)
669
assembly = Assembly.
LoadFrom
(assemblyFile);
675
assembly = Assembly.
LoadFrom
(Path.Combine(currentProjectDirectory, assemblyFile));