Implemented interface member:
method
LoadAssemblies
Microsoft.DotNet.ApiSymbolExtensions.IAssemblySymbolLoader.LoadAssemblies(params System.String[])
2 references to LoadAssemblies
Microsoft.DotNet.ApiSymbolExtensions.Tests (2)
AssemblySymbolLoaderTests.cs (2)
196
IEnumerable<IAssemblySymbol> symbols = loader.
LoadAssemblies
(assetInfo.OutputDirectory);
250
IEnumerable<IAssemblySymbol> symbols = loader.
LoadAssemblies
(outputDirectory);