1 write to Graph
NuGet.Commands (1)
RestoreCommand\CompatibilityCheckResult.cs (1)
22Graph = graph;
3 references to Graph
NuGet.CommandLine.XPlat (2)
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (2)
209.Select(t => t.Graph.TargetAlias), StringComparer.OrdinalIgnoreCase); 243restorePreviewResult.Result.CompatibilityCheckResults.Count(r => string.IsNullOrEmpty(r.Graph.RuntimeIdentifier)))
NuGet.PackageManagement (1)
NuGetPackageManager.cs (1)
3080.Select(t => t.Graph.TargetAlias ?? string.Empty)