2 overrides of IndicateSuccess
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResultFactory.cs (1)
36
public override SdkResultBase
IndicateSuccess
(string path,
Microsoft.DotNet.MSBuildSdkResolver.Tests (1)
GivenAnMSBuildSdkResolver.cs (1)
924
public override SdkResult
IndicateSuccess
(string path, string? version, IDictionary<string, string>? propertiesToAdd, IDictionary<string, SdkResultItem>? itemsToAdd, IEnumerable<string>? warnings = null)
1 reference to IndicateSuccess
Microsoft.DotNet.MSBuildSdkResolver (1)
MSBuildSdkResolver.cs (1)
339
return factory.
IndicateSuccess
(msbuildSdkDir, netcoreSdkVersion, propertiesToAdd, itemsToAdd, warnings);