6 references to Methods
Microsoft.Gen.Metrics (6)
Emitter.cs (2)
86
foreach (var metricMethod in metricType.
Methods
)
124
foreach (var metricMethod in metricType.
Methods
)
MetricFactoryEmitter.cs (3)
104
var count = metricType.
Methods
.Count;
105
foreach (var metricMethod in metricType.
Methods
)
117
foreach (var metricMethod in metricType.
Methods
)
Parser.cs (1)
173
metricType.
Methods
.Add(metricMethod);