1 instantiation of FileScopedNamespaceCounter
Microsoft.Gen.Metrics.Generated.Tests (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Factory.g.cs (1)
762return new global::TestClasses.FileScopedNamespaceCounter(instrument);
6 references to FileScopedNamespaceCounter
Microsoft.Gen.Metrics.Generated.Tests (6)
..\..\..\..\test\Generators\Microsoft.Gen.Metrics\Generated\..\TestClasses\FileScopedNamespaceExtensions.cs (1)
12public static partial FileScopedNamespaceCounter CreateCounter(Meter meter);
..\..\..\..\test\Generators\Microsoft.Gen.Metrics\Generated\MetricTests.cs (2)
297using var collector = new MetricCollector<long>(_meter, nameof(FileScopedNamespaceCounter)); 298FileScopedNamespaceCounter longCounter = FileScopedExtensions.CreateCounter(_meter);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Factory.g.cs (2)
749private static global::System.Collections.Concurrent.ConcurrentDictionary<global::System.Diagnostics.Metrics.Meter, global::TestClasses.FileScopedNamespaceCounter> 757internal static global::TestClasses.FileScopedNamespaceCounter CreateFileScopedNamespaceCounter(global::System.Diagnostics.Metrics.Meter meter)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Metrics.g.cs (1)
1328public static partial global::TestClasses.FileScopedNamespaceCounter CreateCounter(global::System.Diagnostics.Metrics.Meter meter)