6 references to _standAloneSigTable
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (6)
161
case TableIndex.StandAloneSig: SetTableCapacity(
_standAloneSigTable
, rowCount); break;
259
case TableIndex.StandAloneSig : return
_standAloneSigTable
.Count;
331
rowCounts[(int)TableIndex.StandAloneSig] =
_standAloneSigTable
.Count;
593
_standAloneSigTable
.Add(new StandaloneSigRow
598
return StandaloneSignatureHandle.FromRowId(
_standAloneSigTable
.Count);
2114
foreach (StandaloneSigRow row in
_standAloneSigTable
)