4 instantiations of StrongTypeConfig
Microsoft.Gen.Metrics (4)
Parser.cs (4)
753tagConfigs.Add(new StrongTypeConfig 785tagConfigs.Add(new StrongTypeConfig 808tagConfigs.Add(new StrongTypeConfig 838tagConfigs.Add(new StrongTypeConfig
9 references to StrongTypeConfig
Microsoft.Gen.Metrics (9)
Emitter.cs (1)
305foreach (var config in metricMethod.StrongTypeConfigs)
Model\MetricMethod.cs (1)
23public List<StrongTypeConfig> StrongTypeConfigs = []; // Used for strong type creation only
Parser.cs (6)
690private List<StrongTypeConfig> BuildTagConfigs( 698var tagConfigs = new List<StrongTypeConfig>(); 866private List<StrongTypeConfig> WalkObjectModel( 877var tagConfigs = new List<StrongTypeConfig>(); 908private List<StrongTypeConfig> GetParentTagConfigs( 914var tagConfigs = new List<StrongTypeConfig>();
StrongTypeAttributeParameters.cs (1)
15public List<StrongTypeConfig> StrongTypeConfigs = [];