6 references to FileLoadException
Microsoft.Build.Tasks.UnitTests (1)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (1)
1063
throw new
FileLoadException
("Could not load " + path);
System.Private.Xml (2)
System\Xml\Serialization\XmlSerializer.cs (2)
251
throw new
FileLoadException
(SR.Format(SR.FailLoadAssemblyUnderPregenMode, serializerName));
604
throw new
FileLoadException
(SR.Format(SR.FailLoadAssemblyUnderPregenMode, serializerName));
System.Reflection.MetadataLoadContext (3)
System\Reflection\MetadataLoadContext.Loading.cs (1)
57
throw new
FileLoadException
(SR.Format(SR.FileLoadDuplicateAssemblies, defName));
System\Reflection\MetadataLoadContext.Resolving.cs (1)
67
throw new
FileLoadException
(SR.ExternalAssemblyReturnedByMetadataAssemblyResolver);
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.Modules.cs (1)
29
throw new
FileLoadException
(SR.ModuleResolveEventReturnedExternalModule);