4 instantiations of StrongTypeConfig
Microsoft.Gen.Metrics (4)
Parser.cs (4)
751tagConfigs.Add(new StrongTypeConfig 783tagConfigs.Add(new StrongTypeConfig 806tagConfigs.Add(new StrongTypeConfig 836tagConfigs.Add(new StrongTypeConfig
9 references to StrongTypeConfig
Microsoft.Gen.Metrics (9)
Emitter.cs (1)
314foreach (var config in metricMethod.StrongTypeConfigs)
Model\MetricMethod.cs (1)
23public List<StrongTypeConfig> StrongTypeConfigs = []; // Used for strong type creation only
Parser.cs (6)
688private List<StrongTypeConfig> BuildTagConfigs( 696var tagConfigs = new List<StrongTypeConfig>(); 864private List<StrongTypeConfig> WalkObjectModel( 875var tagConfigs = new List<StrongTypeConfig>(); 906private List<StrongTypeConfig> GetParentTagConfigs( 912var tagConfigs = new List<StrongTypeConfig>();
StrongTypeAttributeParameters.cs (1)
15public List<StrongTypeConfig> StrongTypeConfigs = [];