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