Implemented interface member:
method
AddReferenceSearchPaths
Microsoft.DotNet.ApiSymbolExtensions.IAssemblySymbolLoader.AddReferenceSearchPaths(params System.String[])
8 references to AddReferenceSearchPaths
Microsoft.DotNet.ApiDiff.Tests (2)
TestAssemblyLoaderFactory.cs (2)
28loader.AddReferenceSearchPaths(typeof(object).Assembly!.Location!); 29loader.AddReferenceSearchPaths(typeof(DynamicAttribute).Assembly!.Location!);
Microsoft.DotNet.ApiSymbolExtensions (2)
AssemblySymbolLoader.cs (2)
82loader.AddReferenceSearchPaths(assemblyReferencesPaths!); 112/// <param name="resolveAssemblyReferences">True to attempt to load references for loaded assemblies from the locations specified with <see cref="AddReferenceSearchPaths(string[])"/>. Default is false.</param>
Microsoft.DotNet.ApiSymbolExtensions.Tests (2)
AssemblySymbolLoaderTests.cs (2)
302loader.AddReferenceSearchPaths(Path.GetDirectoryName(typeof(string).Assembly.Location)); 303loader.AddReferenceSearchPaths(Path.GetFullPath(typeof(string).Assembly.Location));
Microsoft.DotNet.GenAPI.Tests (2)
TestAssemblyLoaderFactory.cs (2)
28loader.AddReferenceSearchPaths(typeof(object).Assembly!.Location!); 29loader.AddReferenceSearchPaths(typeof(DynamicAttribute).Assembly!.Location!);