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