4 instantiations of StrongTypeConfig
Microsoft.Gen.MetricsReports (4)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (4)
738tagConfigs.Add(new StrongTypeConfig 770tagConfigs.Add(new StrongTypeConfig 793tagConfigs.Add(new StrongTypeConfig 823tagConfigs.Add(new StrongTypeConfig
8 references to StrongTypeConfig
Microsoft.Gen.MetricsReports (8)
src\Generators\Microsoft.Gen.Metrics\Model\MetricMethod.cs (1)
22public List<StrongTypeConfig> StrongTypeConfigs = []; // Used for strong type creation only
src\Generators\Microsoft.Gen.Metrics\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>();
src\Generators\Microsoft.Gen.Metrics\StrongTypeAttributeParameters.cs (1)
14public List<StrongTypeConfig> StrongTypeConfigs = [];