2 writes to _tables
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
126_tables = new AttributeTable[] { table }; 157_tables = newTables;
6 references to _tables
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (6)
144newTables = new AttributeTable[_tables.Length + 1]; 148_tables.CopyTo(newTables, 0); 153_tables.CopyTo(newTables, 1); 559foreach (AttributeTable table in _tables) 579foreach (AttributeTable table in _tables) 598reflectionType = new MetadataType(baseReflectionType, _tables, this);