8 references to SdkResult
Microsoft.Build (2)
BackEnd\Components\SdkResolution\SdkResultFactory.cs (2)
33return new SdkResult(_sdkReference, path, version, warnings); 42return new SdkResult(_sdkReference, path, version, warnings, propertiesToAdd, itemsToAdd);
Microsoft.Build.Engine.UnitTests (6)
BackEnd\SdkResolverService_Tests.cs (3)
92new SdkResultImpl( 298new SdkResultImpl( 549new 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)
156new Build.BackEnd.SdkResolution.SdkResult(