2 references to RuntimeIdentifiersCount
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
66
private const string RuntimeIdentifiersCount = nameof(
RuntimeIdentifiersCount
);
390
telemetry.TelemetryEvent[
RuntimeIdentifiersCount
] = _request.Project.RuntimeGraph.Runtimes.Count;