5 writes to RuntimeIdentifierGraphPath
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
774
RuntimeIdentifierGraphPath
= msBuildProjectInstance.GetProperty(nameof(TargetFrameworkInformation.RuntimeIdentifierGraphPath)),
NuGet.Commands (2)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
490
RuntimeIdentifierGraphPath
= runtimeIdentifierGraphPath,
RestoreCommand\Utility\PackageSpecFactory.cs (1)
427
RuntimeIdentifierGraphPath
= msBuildProjectInstance.GetProperty(nameof(TargetFrameworkInformation.RuntimeIdentifierGraphPath)),
NuGet.ProjectModel (2)
JsonPackageSpecReader.Utf8JsonStreamReader.cs (1)
1532
RuntimeIdentifierGraphPath
= runtimeIdentifierGraphPath,
TargetFrameworkInformation.cs (1)
144
RuntimeIdentifierGraphPath
= cloneFrom.RuntimeIdentifierGraphPath;
10 references to RuntimeIdentifierGraphPath
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
774
RuntimeIdentifierGraphPath = msBuildProjectInstance.GetProperty(nameof(TargetFrameworkInformation.
RuntimeIdentifierGraphPath
)),
NuGet.Commands (3)
RestoreCommand\DependencyGraphResolver.cs (1)
1438
string? runtimeGraphPath = projectTargetFramework?.
RuntimeIdentifierGraphPath
;
RestoreCommand\ProjectRestoreCommand.cs (1)
118
FirstOrDefault(e => NuGetFramework.Comparer.Equals(e.FrameworkName, graph.Framework))?.
RuntimeIdentifierGraphPath
;
RestoreCommand\Utility\PackageSpecFactory.cs (1)
427
RuntimeIdentifierGraphPath = msBuildProjectInstance.GetProperty(nameof(TargetFrameworkInformation.
RuntimeIdentifierGraphPath
)),
NuGet.ProjectModel (6)
PackageSpecWriter.cs (1)
544
SetValueIfNotNull(writer, "runtimeIdentifierGraphPath", framework.
RuntimeIdentifierGraphPath
);
TargetFrameworkInformation.cs (5)
144
RuntimeIdentifierGraphPath = cloneFrom.
RuntimeIdentifierGraphPath
;
164
if (
RuntimeIdentifierGraphPath
!= null)
166
hashCode.AddObject(PathUtility.GetStringComparerBasedOnOS().GetHashCode(
RuntimeIdentifierGraphPath
));
200
PathUtility.GetStringComparerBasedOnOS().Equals(
RuntimeIdentifierGraphPath
, other.
RuntimeIdentifierGraphPath
) &&