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