8 references to SdkResult
Microsoft.Build (2)
BackEnd\Components\SdkResolution\SdkResultFactory.cs (2)
33
return new
SdkResult
(_sdkReference, path, version, warnings);
42
return new
SdkResult
(_sdkReference, path, version, warnings, propertiesToAdd, itemsToAdd);
Microsoft.Build.Engine.UnitTests (6)
BackEnd\SdkResolverService_Tests.cs (3)
92
new
SdkResultImpl
(
298
new
SdkResultImpl
(
549
new
SdkResultImpl
(
Definition\ProjectEvaluationContext_Tests.cs (2)
37
{"foo", new
SdkResult
(new SdkReference("foo", "1.0.0", null), "path", "1.0.0", null) },
38
{"bar", new
SdkResult
(new SdkReference("bar", "1.0.0", null), "path", "1.0.0", null) }
Evaluation\SdkResultEvaluation_Tests.cs (1)
156
new Build.BackEnd.SdkResolution.
SdkResult
(