6 references to _importScopeTable
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (6)
188
case TableIndex.ImportScope: SetTableCapacity(
_importScopeTable
, rowCount); break;
269
case TableIndex.ImportScope : return
_importScopeTable
.Count;
342
rowCounts[(int)TableIndex.ImportScope] =
_importScopeTable
.Count;
1340
_importScopeTable
.Add(new ImportScopeRow
1346
return ImportScopeHandle.FromRowId(
_importScopeTable
.Count);
2376
foreach (var row in
_importScopeTable
)