1 override of FindPotentialSdkResolvers
Microsoft.Build.Engine.UnitTests (1)
BackEnd\SdkResolverLoader_Tests.cs (1)
483
internal override IReadOnlyList<string>
FindPotentialSdkResolvers
(string rootFolder, ElementLocation location)
9 references to FindPotentialSdkResolvers
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResolverLoader.cs (1)
54
var potentialResolvers =
FindPotentialSdkResolvers
(
Microsoft.Build.Engine.UnitTests (8)
BackEnd\SdkResolverLoader_Tests.cs (8)
78
var files = strategy.
FindPotentialSdkResolvers
(root, new MockElementLocation("file"));
110
var resolversFound = loader.
FindPotentialSdkResolvers
(root, new MockElementLocation("file"));
233
var resolversFound = loader.
FindPotentialSdkResolvers
(root, new MockElementLocation("file"));
286
var ex = Should.Throw<InvalidProjectFileException>(() => loader.
FindPotentialSdkResolvers
(root, new MockElementLocation("file")));
302
var ex = Should.Throw<InvalidProjectFileException>(() => loader.
FindPotentialSdkResolvers
(root, new MockElementLocation("file")));
326
var ex = Should.Throw<InvalidProjectFileException>(() => loader.
FindPotentialSdkResolvers
(root, new MockElementLocation("file")));
388
IReadOnlyList<string> resolvers = loader.
FindPotentialSdkResolvers
(testRoot, new MockElementLocation("file"));
490
return base.
FindPotentialSdkResolvers
(rootFolder, location);