4 instantiations of StrongTypeConfig
Microsoft.Gen.MetadataExtractor (4)
Parser_2.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)
MetricMethod.cs (1)
23public List<StrongTypeConfig> StrongTypeConfigs = []; // Used for strong type creation only
Parser_2.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 = [];