1 write to TargetGraphName
NuGet.Commands (1)
RestoreCommand\LockFileBuilderCache.cs (1)
133TargetGraphName = targetGraphName;
3 references to TargetGraphName
NuGet.Commands (3)
RestoreCommand\LockFileBuilderCache.cs (3)
158return StringComparer.Ordinal.Equals(TargetGraphName, other.TargetGraphName) 173combiner.AddObject(StringComparer.Ordinal.GetHashCode(TargetGraphName));