2 writes to RuntimeIdentifier
dotnet-svcutil-lib (2)
Bootstrapper\SvcutilBootstrapper.cs (1)
147
this.MSBuildProj.
RuntimeIdentifier
= this.Options.RuntimeIdentifier;
Shared\MSBuildProj.cs (1)
257
msbuildProj.
RuntimeIdentifier
= runtimeIdentifierElements.Last().Value.Trim();
3 references to RuntimeIdentifier
dotnet-svcutil-lib (3)
Shared\MSBuildProj.cs (3)
640
if (this.
RuntimeIdentifier
!= runtimeIdentifier && !string.IsNullOrWhiteSpace(runtimeIdentifier))
737
var restoreParams = "restore --ignore-failed-sources" + (string.IsNullOrWhiteSpace(this.
RuntimeIdentifier
) ? "" : (" -r " + this.
RuntimeIdentifier
));