1 override of FindPotentialSdkResolvers
Microsoft.Build.Engine.UnitTests (1)
BackEnd\SdkResolverLoader_Tests.cs (1)
593
internal override IReadOnlyList<string>
FindPotentialSdkResolvers
(string rootFolder, ElementLocation location)
9 references to FindPotentialSdkResolvers
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResolverLoader.cs (1)
53
var potentialResolvers =
FindPotentialSdkResolvers
(
Microsoft.Build.Engine.UnitTests (8)
BackEnd\SdkResolverLoader_Tests.cs (8)
77
var files = strategy.
FindPotentialSdkResolvers
(root, new MockElementLocation("file"));
109
var resolversFound = loader.
FindPotentialSdkResolvers
(root, new MockElementLocation("file"));
232
var resolversFound = loader.
FindPotentialSdkResolvers
(root, new MockElementLocation("file"));
285
var ex = Should.Throw<InvalidProjectFileException>(() => loader.
FindPotentialSdkResolvers
(root, new MockElementLocation("file")));
301
var ex = Should.Throw<InvalidProjectFileException>(() => loader.
FindPotentialSdkResolvers
(root, new MockElementLocation("file")));
325
var ex = Should.Throw<InvalidProjectFileException>(() => loader.
FindPotentialSdkResolvers
(root, new MockElementLocation("file")));
387
IReadOnlyList<string> resolvers = loader.
FindPotentialSdkResolvers
(testRoot, new MockElementLocation("file"));
600
return base.
FindPotentialSdkResolvers
(rootFolder, location);