4 writes to FindPotentialSdkResolversFunc
Microsoft.Build.Engine.UnitTests (4)
BackEnd\SdkResolverLoader_Tests.cs (4)
129
FindPotentialSdkResolversFunc
= (rootFolder, loc) => new List<string>
161
FindPotentialSdkResolversFunc
= (rootFolder, loc) => new List<string>
193
FindPotentialSdkResolversFunc
= (rootFolder, loc) => new List<string>
470
FindPotentialSdkResolversFunc
= (_, __) => new List<string> { assemblyFile },
2 references to FindPotentialSdkResolversFunc
Microsoft.Build.Engine.UnitTests (2)
BackEnd\SdkResolverLoader_Tests.cs (2)
595
if (
FindPotentialSdkResolversFunc
!= null)
597
return
FindPotentialSdkResolversFunc
(rootFolder, location);