4 instantiations of StrongTypeConfig
Microsoft.Gen.MetadataExtractor (4)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (4)
751tagConfigs.Add(new StrongTypeConfig 783tagConfigs.Add(new StrongTypeConfig 806tagConfigs.Add(new StrongTypeConfig 836tagConfigs.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)
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>();
src\Generators\Microsoft.Gen.Metrics\StrongTypeAttributeParameters.cs (1)
15public List<StrongTypeConfig> StrongTypeConfigs = [];