2 writes to _tables
System.Activities.Presentation (2)
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.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (6)
144
newTables = new AttributeTable[
_tables
.Length + 1];
148
_tables
.CopyTo(newTables, 0);
153
_tables
.CopyTo(newTables, 1);
559
foreach (AttributeTable table in
_tables
)
579
foreach (AttributeTable table in
_tables
)
598
reflectionType = new MetadataType(baseReflectionType,
_tables
, this);