4 instantiations of StrongTypeConfig
Microsoft.Gen.MetadataExtractor (4)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (4)
753tagConfigs.Add(new StrongTypeConfig 785tagConfigs.Add(new StrongTypeConfig 808tagConfigs.Add(new StrongTypeConfig 838tagConfigs.Add(new StrongTypeConfig
8 references to StrongTypeConfig
Microsoft.Gen.MetadataExtractor (8)
src\Generators\Microsoft.Gen.Metrics\Model\MetricMethod.cs (1)
23public List<StrongTypeConfig> StrongTypeConfigs = []; // Used for strong type creation only
src\Generators\Microsoft.Gen.Metrics\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>();
src\Generators\Microsoft.Gen.Metrics\StrongTypeAttributeParameters.cs (1)
15public List<StrongTypeConfig> StrongTypeConfigs = [];