1 instantiation of MockSdkResolverWithAssemblyPath
Microsoft.Build.Engine.UnitTests (1)
BackEnd\SdkResolverLoader_Tests.cs (1)
345
resolvers.Add(new
MockSdkResolverWithAssemblyPath
(resolverPath));
3 references to MockSdkResolverWithAssemblyPath
Microsoft.Build.Engine.UnitTests (3)
BackEnd\SdkResolverLoader_Tests.cs (3)
458
var sourceAssembly = typeof(
MockSdkResolverWithAssemblyPath
).Assembly;
477
GetResolverTypesFunc = assembly => new[] { typeof(
MockSdkResolverWithAssemblyPath
) }
559
public override string Name => nameof(
MockSdkResolverWithAssemblyPath
);