4 references to new
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (1)
14
private static readonly HistogramLogAggregator<ActionInfo> s_histogramLogAggregator =
new
(25, 500);
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (1)
18
private static readonly HistogramLogAggregator<ActionInfo> s_histogramLogAggregator =
new
(bucketSize: 1000, maxBucketValue: 30000);
Completion\Log\CompletionProvidersLogger.cs (1)
15
private static readonly HistogramLogAggregator<ActionInfo> s_histogramLogAggregator =
new
(bucketSize: 50, maxBucketValue: 1000);
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginLogger.cs (1)
13
private static readonly HistogramLogAggregator<ActionInfo> s_histogramLogAggregator =
new
(1000, 60000);