59 references to InterfaceImpl
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
1128
PopulateEncLogTableRows(TableIndex.
InterfaceImpl
, previousSizes, deltaSizes);
1254
case TableIndex.
InterfaceImpl
:
1373
TableIndex.
InterfaceImpl
,
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (17)
Emit\EditAndContinue\EditAndContinueStateMachineTests.cs (17)
125
Row(1, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
126
Row(2, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
127
Row(3, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
128
Row(4, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
129
Row(5, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default));
146
Handle(1, TableIndex.
InterfaceImpl
),
147
Handle(2, TableIndex.
InterfaceImpl
),
148
Handle(3, TableIndex.
InterfaceImpl
),
149
Handle(4, TableIndex.
InterfaceImpl
),
150
Handle(5, TableIndex.
InterfaceImpl
),
286
Row(1, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default));
418
Row(1, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
419
Row(2, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
420
Row(3, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
421
Row(4, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
422
Row(5, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default));
495
Row(1, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default));
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (24)
Emit\EditAndContinue\EditAndContinueStateMachineTests.vb (18)
150
Row(6, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
151
Row(7, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
152
Row(8, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
153
Row(9, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
154
Row(10, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default))
184
Handle(6, TableIndex.
InterfaceImpl
),
185
Handle(7, TableIndex.
InterfaceImpl
),
186
Handle(8, TableIndex.
InterfaceImpl
),
187
Handle(9, TableIndex.
InterfaceImpl
),
188
Handle(10, TableIndex.
InterfaceImpl
),
489
Row(1, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default))
514
Handle(1, TableIndex.
InterfaceImpl
),
804
Row(1, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
805
Row(2, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
806
Row(3, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
807
Row(4, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
808
Row(5, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default))
886
Row(1, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default))
Emit\EditAndContinue\EditAndContinueTests.vb (6)
463
Row(1, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default),
464
Row(2, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default))
470
Handle(1, TableIndex.
InterfaceImpl
),
471
Handle(2, TableIndex.
InterfaceImpl
),
526
Row(3, TableIndex.
InterfaceImpl
, EditAndContinueOperation.Default))
532
Handle(3, TableIndex.
InterfaceImpl
),
System.Reflection.Metadata (15)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (5)
153
case TableIndex.
InterfaceImpl
: SetTableCapacity(_interfaceImplTable, rowCount); break;
246
case TableIndex.
InterfaceImpl
: return _interfaceImplTable.Count;
318
rowCounts[(int)TableIndex.
InterfaceImpl
] = _interfaceImplTable.Count;
1558
Throw.InvalidOperation_TableNotSorted(TableIndex.
InterfaceImpl
);
1677
if (metadataSizes.IsPresent(TableIndex.
InterfaceImpl
))
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
58
TableIndex.
InterfaceImpl
=> reader.InterfaceImplTable.RowSize,
139
TableIndex.
InterfaceImpl
=> reader.InterfaceImplTable.Block,
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (4)
23
1UL << (int)TableIndex.
InterfaceImpl
|
170
TableIndex.
InterfaceImpl
,
214
TableIndex.
InterfaceImpl
,
281
size += GetTableSize(TableIndex.
InterfaceImpl
, typeDefReferenceSize + typeDefOrRefCodedIndexSize);
System\Reflection\Metadata\Internal\MetadataFlags.cs (2)
27
InterfaceImpl = 1UL << TableIndex.
InterfaceImpl
,
209
internal const uint InterfaceImpl = (uint)TableIndex.
InterfaceImpl
;
System\Reflection\Metadata\Internal\Tables.cs (1)
581
Throw.TableNotSorted(TableIndex.
InterfaceImpl
);
System\Reflection\Metadata\MetadataReader.cs (1)
632
this.InterfaceImplTable = new InterfaceImplTableReader(rowCounts[(int)TableIndex.
InterfaceImpl
], IsDeclaredSorted(TableMask.InterfaceImpl), GetReferenceSize(rowCounts, TableIndex.TypeDef), typeDefOrRefRefSize, metadataTablesMemoryBlock, totalRequiredSize);