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)
28
loader.
AddReferenceSearchPaths
(typeof(object).Assembly!.Location!);
29
loader.
AddReferenceSearchPaths
(typeof(DynamicAttribute).Assembly!.Location!);
Microsoft.DotNet.ApiSymbolExtensions (2)
AssemblySymbolLoader.cs (2)
82
loader.
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)
302
loader.
AddReferenceSearchPaths
(Path.GetDirectoryName(typeof(string).Assembly.Location));
303
loader.
AddReferenceSearchPaths
(Path.GetFullPath(typeof(string).Assembly.Location));
Microsoft.DotNet.GenAPI.Tests (2)
TestAssemblyLoaderFactory.cs (2)
28
loader.
AddReferenceSearchPaths
(typeof(object).Assembly!.Location!);
29
loader.
AddReferenceSearchPaths
(typeof(DynamicAttribute).Assembly!.Location!);