4 writes to FindPotentialSdkResolversFunc
Microsoft.Build.Engine.UnitTests (4)
BackEnd\SdkResolverLoader_Tests.cs (4)
130
FindPotentialSdkResolversFunc
= (rootFolder, loc) => new List<string>
162
FindPotentialSdkResolversFunc
= (rootFolder, loc) => new List<string>
194
FindPotentialSdkResolversFunc
= (rootFolder, loc) => new List<string>
476
FindPotentialSdkResolversFunc
= (_, __) => new List<string> { assemblyFile },
2 references to FindPotentialSdkResolversFunc
Microsoft.Build.Engine.UnitTests (2)
BackEnd\SdkResolverLoader_Tests.cs (2)
601
if (
FindPotentialSdkResolversFunc
!= null)
603
return
FindPotentialSdkResolversFunc
(rootFolder, location);