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