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