Implemented interface member:
method
LoadAssembly
Microsoft.DotNet.ApiSymbolExtensions.IAssemblySymbolLoader.LoadAssembly(System.String)
6 references to LoadAssembly
Microsoft.DotNet.ApiCompatibility.Tests (2)
Rules\AssemblyIdentityMustMatchTests.cs (2)
200IAssemblySymbol leftSymbol = new AssemblySymbolLoader(s_log).LoadAssembly(leftAssembly); 201IAssemblySymbol rightSymbol = new AssemblySymbolLoader(s_log).LoadAssembly(rightAssembly);
Microsoft.DotNet.ApiSymbolExtensions.Tests (4)
AssemblySymbolLoaderTests.cs (4)
95Assert.Throws<FileNotFoundException>(() => loader.LoadAssembly(Guid.NewGuid().ToString("N").Substring(0, 8))); 215IAssemblySymbol symbol = loader.LoadAssembly(Path.Combine(assetInfo.OutputDirectory, assetInfo.TestAsset.TestProject.Name + ".dll")); 269loader.LoadAssembly(assemblyPath); 304loader.LoadAssembly(Path.Combine(assetInfo.OutputDirectory, assetInfo.TestAsset.TestProject.Name + ".dll"));