2 references to LocalSourcesCount
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
62
private const string LocalSourcesCount = nameof(
LocalSourcesCount
);
383
telemetry.TelemetryEvent[
LocalSourcesCount
] = _request.DependencyProviders.RemoteProviders.Count - httpSourcesCount;