1 instantiation of AssemblyResolveEventArgs
Microsoft.TestPlatform.PlatformAbstractions (1)
netcore\Runtime\PlatformAssemblyResolver.cs (1)
73
return eventArgs is not AssemblyName args ? null : AssemblyResolve?.Invoke(this, new
AssemblyResolveEventArgs
(args.Name));
4 references to AssemblyResolveEventArgs
Microsoft.TestPlatform.PlatformAbstractions (2)
Interfaces\Runtime\IAssemblyResolver.cs (2)
17
public delegate Assembly? AssemblyResolveEventHandler(object? sender,
AssemblyResolveEventArgs
? args);
36
/// Initializes a new instance of the <see cref="
AssemblyResolveEventArgs
"/> class.
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionFramework\TestPluginCache.cs (1)
492
private Assembly? CurrentDomainAssemblyResolve(object? sender,
AssemblyResolveEventArgs
? args)
Utilities\AssemblyResolver.cs (1)
83
private Assembly? OnResolve(object? sender,
AssemblyResolveEventArgs
? args)