7 references to SymbolLoader
Microsoft.Gen.Metrics (7)
MetricsGenerator.cs (6)
19
SymbolLoader
.CounterAttribute,
20
SymbolLoader
.CounterTAttribute.Replace("`1", "<T>"),
21
SymbolLoader
.HistogramAttribute,
22
SymbolLoader
.HistogramTAttribute.Replace("`1", "<T>"),
23
SymbolLoader
.GaugeAttribute,
24
SymbolLoader
.GaugeTAttribute.Replace("`1", "<T>"),
Parser.cs (1)
60
var symbols =
SymbolLoader
.LoadSymbols(_compilation);