4 instantiations of StrongTypeConfig
Microsoft.Gen.Metrics (4)
Parser.cs (4)
738tagConfigs.Add(new StrongTypeConfig 770tagConfigs.Add(new StrongTypeConfig 793tagConfigs.Add(new StrongTypeConfig 823tagConfigs.Add(new StrongTypeConfig
9 references to StrongTypeConfig
Microsoft.Gen.Metrics (9)
Emitter.cs (1)
305foreach (var config in metricMethod.StrongTypeConfigs)
Model\MetricMethod.cs (1)
22public List<StrongTypeConfig> StrongTypeConfigs = []; // Used for strong type creation only
Parser.cs (6)
675private List<StrongTypeConfig> BuildTagConfigs( 683var tagConfigs = new List<StrongTypeConfig>(); 851private List<StrongTypeConfig> WalkObjectModel( 862var tagConfigs = new List<StrongTypeConfig>(); 893private List<StrongTypeConfig> GetParentTagConfigs( 899var tagConfigs = new List<StrongTypeConfig>();
StrongTypeAttributeParameters.cs (1)
14public List<StrongTypeConfig> StrongTypeConfigs = [];