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