5027 references to TableIndex
Microsoft.CodeAnalysis (174)
Emit\EditAndContinue\DeltaMetadataWriter.cs (145)
105
_typeDefs = new DefinitionIndex<ITypeDefinition>(this.TryGetExistingTypeDefIndex, sizes[(int)
TableIndex
.TypeDef]);
106
_eventDefs = new DefinitionIndex<IEventDefinition>(this.TryGetExistingEventDefIndex, sizes[(int)
TableIndex
.Event]);
107
_fieldDefs = new DefinitionIndex<IFieldDefinition>(this.TryGetExistingFieldDefIndex, sizes[(int)
TableIndex
.Field]);
108
_methodDefs = new DefinitionIndex<IMethodDefinition>(this.TryGetExistingMethodDefIndex, sizes[(int)
TableIndex
.MethodDef]);
109
_propertyDefs = new DefinitionIndex<IPropertyDefinition>(this.TryGetExistingPropertyDefIndex, sizes[(int)
TableIndex
.Property]);
110
_parameterDefs = new DefinitionIndex<IParameterDefinition>(this.TryGetExistingParameterDefIndex, sizes[(int)
TableIndex
.Param]);
112
_genericParameters = new GenericParameterIndex(sizes[(int)
TableIndex
.GenericParam]);
113
_eventMap = new EventOrPropertyMapIndex(this.TryGetExistingEventMapIndex, sizes[(int)
TableIndex
.EventMap]);
114
_propertyMap = new EventOrPropertyMapIndex(this.TryGetExistingPropertyMapIndex, sizes[(int)
TableIndex
.PropertyMap]);
115
_methodImpls = new MethodImplIndex(this, sizes[(int)
TableIndex
.MethodImpl]);
123
_assemblyRefIndex = new HeapOrReferenceIndex<AssemblyIdentity>(this, lastRowId: sizes[(int)
TableIndex
.AssemblyRef]);
124
_moduleRefIndex = new HeapOrReferenceIndex<string>(this, lastRowId: sizes[(int)
TableIndex
.ModuleRef]);
125
_memberRefIndex = new InstanceAndStructuralReferenceIndex<ITypeMemberReference>(this, new MemberRefComparer(this), lastRowId: sizes[(int)
TableIndex
.MemberRef]);
126
_methodSpecIndex = new InstanceAndStructuralReferenceIndex<IGenericMethodInstanceReference>(this, new MethodSpecComparer(this), lastRowId: sizes[(int)
TableIndex
.MethodSpec]);
127
_typeRefIndex = new TypeReferenceIndex(this, lastRowId: sizes[(int)
TableIndex
.TypeRef]);
128
_typeSpecIndex = new InstanceAndStructuralReferenceIndex<ITypeReference>(this, new TypeSpecComparer(this), lastRowId: sizes[(int)
TableIndex
.TypeSpec]);
129
_standAloneSignatureIndex = new HeapOrReferenceIndex<BlobHandle>(this, lastRowId: sizes[(int)
TableIndex
.StandAloneSig]);
149
sizes[(int)
TableIndex
.TypeRef] = _typeRefIndex.Rows.Count;
150
sizes[(int)
TableIndex
.TypeDef] = _typeDefs.GetAdded().Count;
151
sizes[(int)
TableIndex
.Field] = _fieldDefs.GetAdded().Count;
152
sizes[(int)
TableIndex
.MethodDef] = _methodDefs.GetAdded().Count;
153
sizes[(int)
TableIndex
.Param] = _parameterDefs.GetAdded().Count;
154
sizes[(int)
TableIndex
.MemberRef] = _memberRefIndex.Rows.Count;
155
sizes[(int)
TableIndex
.StandAloneSig] = _standAloneSignatureIndex.Rows.Count;
156
sizes[(int)
TableIndex
.EventMap] = _eventMap.GetAdded().Count;
157
sizes[(int)
TableIndex
.Event] = _eventDefs.GetAdded().Count;
158
sizes[(int)
TableIndex
.PropertyMap] = _propertyMap.GetAdded().Count;
159
sizes[(int)
TableIndex
.Property] = _propertyDefs.GetAdded().Count;
160
sizes[(int)
TableIndex
.MethodImpl] = _methodImpls.GetAdded().Count;
161
sizes[(int)
TableIndex
.ModuleRef] = _moduleRefIndex.Rows.Count;
162
sizes[(int)
TableIndex
.TypeSpec] = _typeSpecIndex.Rows.Count;
163
sizes[(int)
TableIndex
.AssemblyRef] = _assemblyRefIndex.Rows.Count;
164
sizes[(int)
TableIndex
.GenericParam] = _genericParameters.GetAdded().Count;
165
sizes[(int)
TableIndex
.MethodSpec] = _methodSpecIndex.Rows.Count;
750
if (_previousGeneration.OriginalMetadata.MetadataReader.GetTableRowCount(
TableIndex
.MethodDef) >= MetadataTokens.GetRowNumber(handle))
946
: _previousGeneration.OriginalMetadata.MetadataReader.GetTableRowCount(
TableIndex
.CustomAttribute);
1057
_ = MetadataTokens.TryGetTableIndex(parentHandle.Kind, out
var
parentTableIndex);
1059
var deletedMemberRefHandle = MetadataTokens.EntityHandle(
TableIndex
.MemberRef, 0);
1071
Debug.Assert(typeSystemRowCounts[(int)
TableIndex
.EncLog] == 0);
1072
Debug.Assert(typeSystemRowCounts[(int)
TableIndex
.EncMap] == 0);
1091
PopulateEncLogTableRows(
TableIndex
.AssemblyRef, previousSizes, deltaSizes);
1092
PopulateEncLogTableRows(
TableIndex
.ModuleRef, previousSizes, deltaSizes);
1093
PopulateEncLogTableRows(
TableIndex
.MemberRef, previousSizes, deltaSizes);
1094
PopulateEncLogTableRows(
TableIndex
.MethodSpec, previousSizes, deltaSizes);
1095
PopulateEncLogTableRows(
TableIndex
.TypeRef, previousSizes, deltaSizes);
1096
PopulateEncLogTableRows(
TableIndex
.TypeSpec, previousSizes, deltaSizes);
1097
PopulateEncLogTableRows(
TableIndex
.StandAloneSig, previousSizes, deltaSizes);
1099
PopulateEncLogTableRows(_typeDefs,
TableIndex
.TypeDef);
1100
PopulateEncLogTableRows(
TableIndex
.EventMap, previousSizes, deltaSizes);
1101
PopulateEncLogTableRows(
TableIndex
.PropertyMap, previousSizes, deltaSizes);
1103
PopulateEncLogTableEventsOrProperties(_eventDefs,
TableIndex
.Event, EditAndContinueOperation.AddEvent, _eventMap,
TableIndex
.EventMap);
1104
PopulateEncLogTableFieldsOrMethods(_fieldDefs,
TableIndex
.Field, EditAndContinueOperation.AddField);
1105
PopulateEncLogTableFieldsOrMethods(_methodDefs,
TableIndex
.MethodDef, EditAndContinueOperation.AddMethod);
1106
PopulateEncLogTableEventsOrProperties(_propertyDefs,
TableIndex
.Property, EditAndContinueOperation.AddProperty, _propertyMap,
TableIndex
.PropertyMap);
1110
PopulateEncLogTableRows(
TableIndex
.Constant, previousSizes, deltaSizes);
1119
PopulateEncLogTableRows(
TableIndex
.DeclSecurity, previousSizes, deltaSizes);
1120
PopulateEncLogTableRows(
TableIndex
.ClassLayout, previousSizes, deltaSizes);
1121
PopulateEncLogTableRows(
TableIndex
.FieldLayout, previousSizes, deltaSizes);
1122
PopulateEncLogTableRows(
TableIndex
.MethodSemantics, previousSizes, deltaSizes);
1123
PopulateEncLogTableRows(
TableIndex
.MethodImpl, previousSizes, deltaSizes);
1124
PopulateEncLogTableRows(
TableIndex
.ImplMap, previousSizes, deltaSizes);
1125
PopulateEncLogTableRows(
TableIndex
.FieldRva, previousSizes, deltaSizes);
1126
PopulateEncLogTableRows(
TableIndex
.NestedClass, previousSizes, deltaSizes);
1127
PopulateEncLogTableRows(
TableIndex
.GenericParam, previousSizes, deltaSizes);
1128
PopulateEncLogTableRows(
TableIndex
.InterfaceImpl, previousSizes, deltaSizes);
1129
PopulateEncLogTableRows(
TableIndex
.GenericParamConstraint, previousSizes, deltaSizes);
1134
TableIndex
table,
1137
TableIndex
mapTable)
1160
TableIndex
tableIndex,
1212
private void PopulateEncLogTableRows<T>(DefinitionIndex<T> index,
TableIndex
tableIndex)
1223
private void PopulateEncLogTableRows(
TableIndex
tableIndex, ImmutableArray<int> previousSizes, ImmutableArray<int> deltaSizes)
1228
private void PopulateEncLogTableRows(
TableIndex
tableIndex, int firstRowId, int tokenCount)
1249
for (
var
tableIndex = (
TableIndex
)0; tableIndex <=
TableIndex
.GenericParamConstraint; tableIndex++)
1253
case
TableIndex
.TypeRef:
1254
case
TableIndex
.InterfaceImpl:
1255
case
TableIndex
.MemberRef:
1256
case
TableIndex
.Constant:
1257
case
TableIndex
.DeclSecurity:
1258
case
TableIndex
.ClassLayout:
1259
case
TableIndex
.FieldLayout:
1260
case
TableIndex
.StandAloneSig:
1261
case
TableIndex
.EventMap:
1262
case
TableIndex
.PropertyMap:
1263
case
TableIndex
.MethodSemantics:
1264
case
TableIndex
.MethodImpl:
1265
case
TableIndex
.ModuleRef:
1266
case
TableIndex
.TypeSpec:
1267
case
TableIndex
.ImplMap:
1268
case
TableIndex
.FieldRva:
1269
case
TableIndex
.NestedClass:
1270
case
TableIndex
.GenericParam:
1271
case
TableIndex
.AssemblyRef:
1272
case
TableIndex
.MethodSpec:
1273
case
TableIndex
.GenericParamConstraint:
1277
case
TableIndex
.TypeDef:
1281
case
TableIndex
.Field:
1285
case
TableIndex
.MethodDef:
1289
case
TableIndex
.Event:
1293
case
TableIndex
.Property:
1297
case
TableIndex
.Param:
1298
AddRowNumberTokens(tokens,
TableIndex
.Param, paramEncMapRows);
1301
case
TableIndex
.CustomAttribute:
1302
AddRowNumberTokens(tokens,
TableIndex
.CustomAttribute, _customAttributeRowIds);
1322
AddDefinitionTokens(debugTokens,
TableIndex
.MethodDebugInformation, _methodDefs);
1339
var handledTables = new
TableIndex
[]
1341
TableIndex
.Module,
1342
TableIndex
.TypeRef,
1343
TableIndex
.TypeDef,
1344
TableIndex
.Field,
1345
TableIndex
.MethodDef,
1346
TableIndex
.Param,
1347
TableIndex
.MemberRef,
1348
TableIndex
.Constant,
1349
TableIndex
.CustomAttribute,
1350
TableIndex
.DeclSecurity,
1351
TableIndex
.ClassLayout,
1352
TableIndex
.FieldLayout,
1353
TableIndex
.StandAloneSig,
1354
TableIndex
.EventMap,
1355
TableIndex
.Event,
1356
TableIndex
.PropertyMap,
1357
TableIndex
.Property,
1358
TableIndex
.MethodSemantics,
1359
TableIndex
.MethodImpl,
1360
TableIndex
.ModuleRef,
1361
TableIndex
.TypeSpec,
1362
TableIndex
.ImplMap,
1366
TableIndex
.EncLog,
1367
TableIndex
.EncMap,
1368
TableIndex
.Assembly,
1369
TableIndex
.AssemblyRef,
1370
TableIndex
.MethodSpec,
1371
TableIndex
.NestedClass,
1372
TableIndex
.GenericParam,
1373
TableIndex
.InterfaceImpl,
1374
TableIndex
.GenericParamConstraint,
1379
if (handledTables.Contains((
TableIndex
)i))
1391
TableIndex
tableIndex,
1398
private static void AddReferencedTokens(ArrayBuilder<EntityHandle> tokens,
TableIndex
tableIndex, int firstRowId, int nTokens)
1406
private static void AddDefinitionTokens<T>(ArrayBuilder<EntityHandle> tokens,
TableIndex
tableIndex, DefinitionIndex<T> index)
1415
private static void AddRowNumberTokens(ArrayBuilder<EntityHandle> tokens,
TableIndex
tableIndex, ArrayBuilder<int> rowNumbers)
Emit\EditAndContinue\EmitBaseline.cs (9)
343
Debug.Assert(tableEntriesAdded[(int)
TableIndex
.TypeDef] >= typesAdded.Count);
344
Debug.Assert(tableEntriesAdded[(int)
TableIndex
.Event] >= eventsAdded.Count);
345
Debug.Assert(tableEntriesAdded[(int)
TableIndex
.Field] >= fieldsAdded.Count);
346
Debug.Assert(tableEntriesAdded[(int)
TableIndex
.MethodDef] >= methodsAdded.Count);
347
Debug.Assert(tableEntriesAdded[(int)
TableIndex
.Property] >= propertiesAdded.Count);
348
Debug.Assert(tableEntriesAdded[(int)
TableIndex
.EventMap] >= eventMapAdded.Count);
349
Debug.Assert(tableEntriesAdded[(int)
TableIndex
.PropertyMap] >= propertyMapAdded.Count);
495
sizes[i] = reader.GetTableRowCount((
TableIndex
)i) + delta[i];
534
int n = reader.GetTableRowCount(
TableIndex
.MethodImpl);
PEWriter\MetadataWriter.cs (20)
1719
Debug.Assert(typeSystemRowCounts[(int)
TableIndex
.EncLog] == 0);
1720
Debug.Assert(typeSystemRowCounts[(int)
TableIndex
.EncMap] == 0);
1956
metadata.SetCapacity(
TableIndex
.AssemblyRef, assemblyRefs.Count);
2018
AddCustomAttributesToTable(sortedGenericParameters,
TableIndex
.GenericParam);
2093
private void AddCustomAttributesToTable<T>(IEnumerable<T> parentList,
TableIndex
tableIndex)
2207
metadata.SetCapacity(
TableIndex
.Event, eventDefs.Count);
2231
metadata.SetCapacity(
TableIndex
.ExportedType, exportedTypes.Length);
2368
metadata.SetCapacity(
TableIndex
.Field, fieldDefs.Count);
2435
metadata.SetCapacity(
TableIndex
.File, _fileRefList.Count);
2576
metadata.SetCapacity(
TableIndex
.MemberRef, memberRefs.Count);
2589
metadata.SetCapacity(
TableIndex
.MethodImpl, methodImplList.Count);
2603
metadata.SetCapacity(
TableIndex
.MethodSpec, methodSpecs.Count);
2616
metadata.SetCapacity(
TableIndex
.MethodDef, methodDefs.Count);
2639
metadata.SetCapacity(
TableIndex
.MethodSemantics, propertyDefs.Count * 2 + eventDefs.Count * 2);
2701
metadata.SetCapacity(
TableIndex
.ModuleRef, moduleRefs.Count);
2741
metadata.SetCapacity(
TableIndex
.Param, parameterDefs.Count);
2755
metadata.SetCapacity(
TableIndex
.Property, propertyDefs.Count);
2769
metadata.SetCapacity(
TableIndex
.TypeDef, typeDefs.Count);
2826
metadata.SetCapacity(
TableIndex
.TypeRef, typeRefs.Count);
2886
metadata.SetCapacity(
TableIndex
.TypeSpec, typeSpecs.Count);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (5)
CodeGen\CodeGenDynamicTests.cs (1)
2286
Assert.Equal(1, pe.Module.GetMetadataReader().GetTableRowCount(
TableIndex
.TypeSpec));
Emit\EmitMetadataTests.cs (4)
218
Assert.Equal(0, peFileReader.GetTableRowCount(
TableIndex
.File));
219
Assert.Equal(0, peFileReader.GetTableRowCount(
TableIndex
.ModuleRef));
252
Assert.Equal(2, reader.GetTableRowCount(
TableIndex
.File));
262
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ModuleRef));
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2931)
Emit\EditAndContinue\EditAndContinueClosureTests.cs (277)
87
Row(1,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
88
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
89
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
90
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
91
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
92
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
93
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
94
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
95
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
96
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
97
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
98
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
99
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
100
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
101
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
102
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
103
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
104
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
105
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
106
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
107
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
108
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
109
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
110
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
111
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
112
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
113
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
114
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
115
Row(14,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
116
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
117
Row(15,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
118
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
119
Row(16,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
120
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
121
Row(7,
TableIndex
.Param, EditAndContinueOperation.Default),
122
Row(8,
TableIndex
.Param, EditAndContinueOperation.Default),
123
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
124
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
125
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
126
Row(1,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
127
Row(2,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
128
Row(3,
TableIndex
.NestedClass, EditAndContinueOperation.Default)
270
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
271
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
272
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
333
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
334
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
335
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
336
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default));
404
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
405
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
406
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
407
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
408
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
409
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default));
459
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
460
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
461
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
512
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
513
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
514
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
573
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
574
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
575
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
576
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
626
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
627
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
628
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
629
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
681
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
682
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
683
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
684
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
685
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
736
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
737
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
738
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
739
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
740
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
793
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
794
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
795
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
796
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default));
935
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
936
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
937
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
938
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
939
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
1011
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1012
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1013
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1014
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1015
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1016
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1017
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1018
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1019
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1020
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
1021
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default));
1077
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1078
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1079
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
1138
Row(6,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1139
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1140
Row(16,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1141
Row(17,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1142
Row(18,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1143
Row(19,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1144
Row(20,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1145
Row(21,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1146
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
1147
Row(7,
TableIndex
.Param, EditAndContinueOperation.Default),
1148
Row(8,
TableIndex
.Param, EditAndContinueOperation.Default),
1149
Row(9,
TableIndex
.Param, EditAndContinueOperation.Default),
1150
Row(10,
TableIndex
.Param, EditAndContinueOperation.Default),
1151
Row(11,
TableIndex
.Param, EditAndContinueOperation.Default),
1152
Row(12,
TableIndex
.Param, EditAndContinueOperation.Default));
1227
Row(7,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1228
Row(8,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1229
Row(9,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1230
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1231
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1232
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1233
Row(14,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1234
Row(15,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1235
Row(16,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1236
Row(18,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1237
Row(20,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1238
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default),
1239
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
1240
Row(7,
TableIndex
.Param, EditAndContinueOperation.Default),
1241
Row(8,
TableIndex
.Param, EditAndContinueOperation.Default),
1242
Row(9,
TableIndex
.Param, EditAndContinueOperation.Default),
1243
Row(10,
TableIndex
.Param, EditAndContinueOperation.Default),
1244
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1245
Row(16,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
1315
Row(6,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1316
Row(7,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1317
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1318
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1319
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1320
Row(15,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1321
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default),
1322
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
1323
Row(14,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
1399
Row(6,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1400
Row(7,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1401
Row(8,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1402
Row(9,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1403
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1404
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1405
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1406
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1407
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1408
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1409
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1410
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
1411
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
1412
Row(4,
TableIndex
.Param, EditAndContinueOperation.Default),
1413
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default),
1414
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1415
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1416
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
1489
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1490
Row(5,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1491
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1492
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1493
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1494
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1495
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1496
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
1497
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
1498
Row(4,
TableIndex
.Param, EditAndContinueOperation.Default),
1499
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default),
1500
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
1571
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1572
Row(5,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1573
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1574
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1575
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1576
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1577
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
1578
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
1579
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
2812
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
2813
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2814
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2815
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2816
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
2817
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default));
4172
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4173
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4174
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4175
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
4257
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4258
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4259
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4260
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
4331
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4332
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4333
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
4405
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4406
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4407
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4408
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4409
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default));
4494
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4495
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4496
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4497
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4498
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default));
4596
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4597
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4598
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4599
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4600
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4601
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default)
4651
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4652
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4653
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4654
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default));
4710
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4711
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4712
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4713
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default));
4762
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4763
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
4764
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
4765
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4766
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
4767
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4768
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
4769
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4770
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4771
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4772
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4773
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4774
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4775
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4776
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4777
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4778
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4779
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4780
Row(2,
TableIndex
.NestedClass, EditAndContinueOperation.Default));
4783
Handle(4,
TableIndex
.TypeDef),
4784
Handle(5,
TableIndex
.TypeDef),
4785
Handle(3,
TableIndex
.Field),
4786
Handle(4,
TableIndex
.Field),
4787
Handle(6,
TableIndex
.MethodDef),
4788
Handle(7,
TableIndex
.MethodDef),
4789
Handle(8,
TableIndex
.MethodDef),
4790
Handle(9,
TableIndex
.MethodDef),
4791
Handle(10,
TableIndex
.MethodDef),
4792
Handle(5,
TableIndex
.CustomAttribute),
4793
Handle(2,
TableIndex
.StandAloneSig),
4794
Handle(2,
TableIndex
.NestedClass));
9378
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
9379
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
9380
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
9494
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
9495
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
9496
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
9497
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
9498
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
9499
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
9500
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
9501
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
9502
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
9503
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
9504
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
9505
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
9506
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
9507
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
9508
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
9509
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
9510
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
9511
Row(2,
TableIndex
.NestedClass, EditAndContinueOperation.Default)
Emit\EditAndContinue\EditAndContinuePdbTests.cs (43)
161
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
162
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
163
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
164
Row(5,
TableIndex
.Field, EditAndContinueOperation.Default),
165
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
166
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
167
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
168
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
169
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
170
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
171
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
178
Handle(2,
TableIndex
.MethodDebugInformation),
179
Handle(4,
TableIndex
.MethodDebugInformation),
180
Handle(8,
TableIndex
.MethodDebugInformation),
181
Handle(9,
TableIndex
.MethodDebugInformation),
182
Handle(10,
TableIndex
.MethodDebugInformation),
183
Handle(11,
TableIndex
.MethodDebugInformation));
284
Row(5,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
285
Row(6,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
286
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
287
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
288
Row(6,
TableIndex
.Field, EditAndContinueOperation.Default),
289
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
290
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
291
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
292
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
293
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
294
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
295
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
296
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
297
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
298
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
299
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
300
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
307
Handle(1,
TableIndex
.MethodDebugInformation),
308
Handle(2,
TableIndex
.MethodDebugInformation),
309
Handle(4,
TableIndex
.MethodDebugInformation),
310
Handle(8,
TableIndex
.MethodDebugInformation),
311
Handle(9,
TableIndex
.MethodDebugInformation),
312
Handle(10,
TableIndex
.MethodDebugInformation),
313
Handle(11,
TableIndex
.MethodDebugInformation),
314
Handle(12,
TableIndex
.MethodDebugInformation),
315
Handle(13,
TableIndex
.MethodDebugInformation));
Emit\EditAndContinue\EditAndContinueStateMachineTests.cs (380)
72
Row(1,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
73
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
74
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
75
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.Default),
76
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
77
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
78
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
79
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
80
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
81
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
82
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
83
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
84
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
85
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
86
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
87
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
88
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
89
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
90
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
91
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
92
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
93
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
94
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
95
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
96
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
97
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
98
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
99
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
100
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
101
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
102
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
103
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
104
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
105
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
106
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
107
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
108
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
109
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
110
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
111
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
112
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
113
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
114
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
115
Row(1,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
116
Row(2,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
117
Row(1,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
118
Row(2,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
119
Row(3,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
120
Row(4,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
121
Row(5,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
122
Row(6,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
123
Row(7,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
124
Row(1,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
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));
132
Handle(3,
TableIndex
.TypeDef),
133
Handle(1,
TableIndex
.Field),
134
Handle(2,
TableIndex
.Field),
135
Handle(3,
TableIndex
.Field),
136
Handle(2,
TableIndex
.MethodDef),
137
Handle(3,
TableIndex
.MethodDef),
138
Handle(4,
TableIndex
.MethodDef),
139
Handle(5,
TableIndex
.MethodDef),
140
Handle(6,
TableIndex
.MethodDef),
141
Handle(7,
TableIndex
.MethodDef),
142
Handle(8,
TableIndex
.MethodDef),
143
Handle(9,
TableIndex
.MethodDef),
144
Handle(10,
TableIndex
.MethodDef),
145
Handle(1,
TableIndex
.Param),
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),
151
Handle(4,
TableIndex
.CustomAttribute),
152
Handle(5,
TableIndex
.CustomAttribute),
153
Handle(6,
TableIndex
.CustomAttribute),
154
Handle(7,
TableIndex
.CustomAttribute),
155
Handle(8,
TableIndex
.CustomAttribute),
156
Handle(9,
TableIndex
.CustomAttribute),
157
Handle(10,
TableIndex
.CustomAttribute),
158
Handle(11,
TableIndex
.CustomAttribute),
159
Handle(12,
TableIndex
.CustomAttribute),
160
Handle(1,
TableIndex
.StandAloneSig),
161
Handle(2,
TableIndex
.StandAloneSig),
162
Handle(1,
TableIndex
.PropertyMap),
163
Handle(1,
TableIndex
.Property),
164
Handle(2,
TableIndex
.Property),
165
Handle(1,
TableIndex
.MethodSemantics),
166
Handle(2,
TableIndex
.MethodSemantics),
167
Handle(1,
TableIndex
.MethodImpl),
168
Handle(2,
TableIndex
.MethodImpl),
169
Handle(3,
TableIndex
.MethodImpl),
170
Handle(4,
TableIndex
.MethodImpl),
171
Handle(5,
TableIndex
.MethodImpl),
172
Handle(6,
TableIndex
.MethodImpl),
173
Handle(7,
TableIndex
.MethodImpl),
174
Handle(1,
TableIndex
.NestedClass));
260
Row(1,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
261
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
262
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
263
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
264
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
265
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
266
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
267
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
268
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
269
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
270
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
271
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
272
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
273
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
274
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
275
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
276
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
277
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
278
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
279
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
280
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
281
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
282
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
283
Row(1,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
284
Row(2,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
285
Row(1,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
286
Row(1,
TableIndex
.InterfaceImpl, EditAndContinueOperation.Default));
366
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
367
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
368
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
369
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.Default),
370
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
371
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
372
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
373
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
374
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
375
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
376
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
377
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
378
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
379
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
380
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
381
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
382
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
383
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
384
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
385
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
386
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
387
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
388
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
389
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
390
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
391
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
392
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
393
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
394
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
395
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
396
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
397
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
398
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
399
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
400
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
401
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
402
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
403
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
404
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
405
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
406
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
407
Row(13,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
408
Row(1,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
409
Row(2,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
410
Row(1,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
411
Row(2,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
412
Row(3,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
413
Row(4,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
414
Row(5,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
415
Row(6,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
416
Row(7,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
417
Row(2,
TableIndex
.NestedClass, 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));
468
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
469
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
470
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
471
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
472
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
473
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
474
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
475
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
476
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
477
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
478
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
479
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
480
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
481
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
482
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
483
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
484
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
485
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
486
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
487
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
488
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
489
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
490
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
491
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
492
Row(1,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
493
Row(2,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
494
Row(1,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
495
Row(1,
TableIndex
.InterfaceImpl, EditAndContinueOperation.Default));
539
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef))); // row id 0 == delete
542
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
543
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
544
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)); // Delete IteratorStateMachineAttribute
589
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // row id 0 == delete
590
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef))); // row id 0 == delete
593
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
594
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
595
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // Delete AsyncStateMachineAttribute
596
Row(2,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)); // Delete DebuggerStepThroughAttribute
659
Row(7,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
660
Row(8,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
661
Row(9,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
662
Row(10,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
663
Row(11,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
664
Row(12,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
665
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
666
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
667
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
668
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
669
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
670
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
671
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
672
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
673
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
674
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
675
Row(2,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
676
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
677
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
678
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
679
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
766
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
767
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
768
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
769
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
770
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
771
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
985
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
986
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
987
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
988
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
989
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
990
Row(2,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
3692
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3693
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3694
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3695
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3696
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
3697
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3698
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
3792
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3793
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
3794
Row(7,
TableIndex
.Field, EditAndContinueOperation.Default),
3795
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3796
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3797
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3798
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
3799
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3800
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
3901
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3902
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
3903
Row(7,
TableIndex
.Field, EditAndContinueOperation.Default),
3904
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3905
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3906
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3907
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
3908
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3909
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
4007
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4008
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4009
Row(5,
TableIndex
.Field, EditAndContinueOperation.Default),
4010
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4011
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4012
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4013
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4014
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
4121
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4122
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4123
Row(7,
TableIndex
.Field, EditAndContinueOperation.Default),
4124
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4125
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4126
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4127
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4128
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
7478
Row(7,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7479
Row(8,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7480
Row(9,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7481
Row(10,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7482
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7483
Row(16,
TableIndex
.Field, EditAndContinueOperation.Default),
7484
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7485
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7486
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7487
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7488
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7489
Row(2,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7490
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7491
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
7591
Row(11,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7592
Row(12,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7593
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7594
Row(17,
TableIndex
.Field, EditAndContinueOperation.Default),
7595
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7596
Row(18,
TableIndex
.Field, EditAndContinueOperation.Default),
7597
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7598
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7599
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7600
Row(2,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
7700
Row(13,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7701
Row(14,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7702
Row(15,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7703
Row(16,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7704
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7705
Row(19,
TableIndex
.Field, EditAndContinueOperation.Default),
7706
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7707
Row(20,
TableIndex
.Field, EditAndContinueOperation.Default),
7708
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7709
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7710
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7711
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7712
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7713
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7714
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7715
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
8264
Row(7,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
8265
Row(8,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
8266
Row(9,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
8267
Row(10,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
8268
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
8269
Row(11,
TableIndex
.Field, EditAndContinueOperation.Default),
8270
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8271
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8272
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8273
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8274
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
8275
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
8276
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
8277
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
8408
Row(11,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
8409
Row(12,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
8410
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
8411
Row(12,
TableIndex
.Field, EditAndContinueOperation.Default),
8412
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8413
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8414
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
8415
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
8583
Row(13,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
8584
Row(14,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
8585
Row(15,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
8586
Row(16,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
8587
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
8588
Row(13,
TableIndex
.Field, EditAndContinueOperation.Default),
8589
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
8590
Row(14,
TableIndex
.Field, EditAndContinueOperation.Default),
8591
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8592
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8593
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8594
Row(15,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8595
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
8596
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
8597
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
8598
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
8967
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
8968
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
Emit\EditAndContinue\EditAndContinueTestBase.cs (2)
147
internal static EditAndContinueLogEntry Row(int rowNumber,
TableIndex
table, EditAndContinueOperation operation)
152
internal static EntityHandle Handle(int rowNumber,
TableIndex
table)
Emit\EditAndContinue\EditAndContinueTests.cs (2228)
85
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
86
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
87
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
88
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
89
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
90
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
91
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
96
Handle(3,
TableIndex
.TypeDef),
97
Handle(1,
TableIndex
.Field),
98
Handle(2,
TableIndex
.MethodDef),
99
Handle(3,
TableIndex
.MethodDef),
100
Handle(4,
TableIndex
.CustomAttribute)
168
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
169
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
170
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
171
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
172
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
173
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
174
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
175
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
176
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
180
Handle(3,
TableIndex
.TypeDef),
181
Handle(1,
TableIndex
.Field),
182
Handle(1,
TableIndex
.MethodDef),
183
Handle(2,
TableIndex
.MethodDef),
184
Handle(3,
TableIndex
.MethodDef),
185
Handle(4,
TableIndex
.CustomAttribute)
534
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
535
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default)); // C.F
538
Handle(2,
TableIndex
.MethodDef),
539
Handle(2,
TableIndex
.StandAloneSig));
597
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
598
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
599
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default));
602
Handle(1,
TableIndex
.MethodDef),
603
Handle(1,
TableIndex
.Param),
604
Handle(2,
TableIndex
.StandAloneSig));
623
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
624
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
625
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default));
628
Handle(1,
TableIndex
.MethodDef),
629
Handle(1,
TableIndex
.Param),
630
Handle(3,
TableIndex
.StandAloneSig));
670
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
671
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
672
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
676
Handle(4,
TableIndex
.MethodDef),
677
Handle(1,
TableIndex
.Param),
678
Handle(12,
TableIndex
.CustomAttribute)
717
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
718
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default)
722
Handle(1,
TableIndex
.MethodDef),
723
Handle(1,
TableIndex
.Param)
764
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
765
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
766
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
770
Handle(3,
TableIndex
.MethodDef),
771
Handle(1,
TableIndex
.Param),
772
Handle(9,
TableIndex
.CustomAttribute)
825
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
826
Row(6,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
827
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
828
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
829
Row(2,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
830
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
831
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default)); // C.F
834
Handle(7,
TableIndex
.TypeRef),
835
Handle(8,
TableIndex
.TypeRef),
836
Handle(2,
TableIndex
.MethodDef),
837
Handle(6,
TableIndex
.MemberRef),
838
Handle(2,
TableIndex
.StandAloneSig),
839
Handle(2,
TableIndex
.TypeSpec),
840
Handle(2,
TableIndex
.AssemblyRef));
869
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
870
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
871
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)),
874
new CustomAttributeRow(Handle(7,
TableIndex
.MethodDef), Handle(1,
TableIndex
.MethodDef))
891
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
892
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // Row 4, so updating existing CustomAttribute
897
Handle(7,
TableIndex
.MethodDef),
898
Handle(4,
TableIndex
.CustomAttribute),
903
new CustomAttributeRow(Handle(7,
TableIndex
.MethodDef), Handle(2,
TableIndex
.MethodDef))
929
Row(8,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
930
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
931
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // updating the existing custom attribute
932
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // adding a new CustomAttribute for method F
933
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // adding a new CustomAttribute for type C
938
Handle(8,
TableIndex
.TypeDef),
939
Handle(7,
TableIndex
.MethodDef),
940
Handle(4,
TableIndex
.CustomAttribute),
941
Handle(5,
TableIndex
.CustomAttribute),
942
Handle(6,
TableIndex
.CustomAttribute),
947
new CustomAttributeRow(Handle(7,
TableIndex
.MethodDef), Handle(3,
TableIndex
.MethodDef)),
948
new CustomAttributeRow(Handle(7,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MethodDef)),
949
new CustomAttributeRow(Handle(8,
TableIndex
.TypeDef), Handle(5,
TableIndex
.MethodDef)),
967
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
968
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // updating the existing custom attribute
969
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // updating a row that was new in Generation 2
970
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default) // adding a new CustomAttribute, and skipping row 6 which is not for the method being emitted
975
Handle(7,
TableIndex
.MethodDef),
976
Handle(4,
TableIndex
.CustomAttribute),
977
Handle(5,
TableIndex
.CustomAttribute),
978
Handle(7,
TableIndex
.CustomAttribute),
983
new CustomAttributeRow(Handle(7,
TableIndex
.MethodDef), Handle(6,
TableIndex
.MethodDef)),
984
new CustomAttributeRow(Handle(7,
TableIndex
.MethodDef), Handle(3,
TableIndex
.MethodDef)),
985
new CustomAttributeRow(Handle(7,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MethodDef)),
1025
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
1026
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
1027
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)),
1030
new CustomAttributeRow(Handle(8,
TableIndex
.MethodDef), Handle(3,
TableIndex
.MethodDef)),
1033
new CustomAttributeRow(Handle(9,
TableIndex
.TypeDef), Handle(1,
TableIndex
.MethodDef)),
1036
new CustomAttributeRow(Handle(10,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MethodDef)),
1039
new CustomAttributeRow(Handle(10,
TableIndex
.TypeDef), Handle(2,
TableIndex
.MethodDef))
1066
Handle(8,
TableIndex
.MethodDef),
1067
Handle(10,
TableIndex
.MethodDef),
1068
Handle(4,
TableIndex
.CustomAttribute),
1069
Handle(6,
TableIndex
.CustomAttribute),
1070
Handle(8,
TableIndex
.CustomAttribute),
1071
Handle(9,
TableIndex
.CustomAttribute),
1072
Handle(10,
TableIndex
.CustomAttribute)
1077
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1078
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1079
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // update existing row
1080
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // update existing row
1081
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // add new row
1082
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // add new row
1083
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),// add new row
1088
new CustomAttributeRow(Handle(8,
TableIndex
.MethodDef), Handle(3,
TableIndex
.MethodDef)),
1089
new CustomAttributeRow(Handle(8,
TableIndex
.MethodDef), Handle(5,
TableIndex
.MethodDef)),
1090
new CustomAttributeRow(Handle(8,
TableIndex
.MethodDef), Handle(6,
TableIndex
.MethodDef)),
1091
new CustomAttributeRow(Handle(10,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MethodDef)),
1092
new CustomAttributeRow(Handle(10,
TableIndex
.MethodDef), Handle(7,
TableIndex
.MethodDef)),
1138
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
1139
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
1140
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)),
1141
new CustomAttributeRow(Handle(2,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MemberRef)));
1164
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef))); // Parent row id is 0, signifying a delete
1167
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
1168
Row(6,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
1169
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1170
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1171
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1172
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1173
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)); // Row 4, so updating existing CustomAttribute
1176
Handle(7,
TableIndex
.TypeRef),
1177
Handle(8,
TableIndex
.TypeRef),
1178
Handle(2,
TableIndex
.MethodDef),
1179
Handle(6,
TableIndex
.MemberRef),
1180
Handle(4,
TableIndex
.CustomAttribute),
1181
Handle(2,
TableIndex
.StandAloneSig),
1182
Handle(2,
TableIndex
.AssemblyRef));
1201
new CustomAttributeRow(Handle(2,
TableIndex
.MethodDef), Handle(7,
TableIndex
.MemberRef)));
1204
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
1205
Row(7,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
1206
Row(8,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
1207
Row(9,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1208
Row(10,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1209
Row(11,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1210
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1211
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1212
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)); // Row 4, updating the original row back to a real one
1215
Handle(9,
TableIndex
.TypeRef),
1216
Handle(10,
TableIndex
.TypeRef),
1217
Handle(11,
TableIndex
.TypeRef),
1218
Handle(2,
TableIndex
.MethodDef),
1219
Handle(7,
TableIndex
.MemberRef),
1220
Handle(8,
TableIndex
.MemberRef),
1221
Handle(4,
TableIndex
.CustomAttribute),
1222
Handle(3,
TableIndex
.StandAloneSig),
1223
Handle(3,
TableIndex
.AssemblyRef));
1262
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
1263
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
1264
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)));
1287
new CustomAttributeRow(Handle(2,
TableIndex
.MethodDef), Handle(5,
TableIndex
.MemberRef)));
1290
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
1291
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
1292
Row(6,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
1293
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1294
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1295
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1296
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1297
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1298
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)); // Row 4, so adding a new CustomAttribute
1301
Handle(6,
TableIndex
.TypeRef),
1302
Handle(7,
TableIndex
.TypeRef),
1303
Handle(8,
TableIndex
.TypeRef),
1304
Handle(2,
TableIndex
.MethodDef),
1305
Handle(5,
TableIndex
.MemberRef),
1306
Handle(6,
TableIndex
.MemberRef),
1307
Handle(4,
TableIndex
.CustomAttribute),
1308
Handle(2,
TableIndex
.StandAloneSig),
1309
Handle(2,
TableIndex
.AssemblyRef));
1327
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef))); // 0, delete
1330
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
1331
Row(9,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1332
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1333
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1334
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)); // Row 4, so updating existing CustomAttribute
1337
Handle(9,
TableIndex
.TypeRef),
1338
Handle(2,
TableIndex
.MethodDef),
1339
Handle(4,
TableIndex
.CustomAttribute),
1340
Handle(3,
TableIndex
.StandAloneSig),
1341
Handle(3,
TableIndex
.AssemblyRef));
1359
new CustomAttributeRow(Handle(2,
TableIndex
.MethodDef), Handle(7,
TableIndex
.MemberRef)));
1362
Row(4,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
1363
Row(7,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
1364
Row(8,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
1365
Row(10,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1366
Row(11,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1367
Row(12,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
1368
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1369
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1370
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)); // Row 4, update the previously deleted row
1373
Handle(10,
TableIndex
.TypeRef),
1374
Handle(11,
TableIndex
.TypeRef),
1375
Handle(12,
TableIndex
.TypeRef),
1376
Handle(2,
TableIndex
.MethodDef),
1377
Handle(7,
TableIndex
.MemberRef),
1378
Handle(8,
TableIndex
.MemberRef),
1379
Handle(4,
TableIndex
.CustomAttribute),
1380
Handle(4,
TableIndex
.StandAloneSig),
1381
Handle(4,
TableIndex
.AssemblyRef));
1413
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
1414
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
1415
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)),
1418
new CustomAttributeRow(Handle(9,
TableIndex
.MethodDef), Handle(1,
TableIndex
.MethodDef)), // Row 4
1419
new CustomAttributeRow(Handle(9,
TableIndex
.MethodDef), Handle(2,
TableIndex
.MethodDef)), // Row 5
1422
new CustomAttributeRow(Handle(10,
TableIndex
.MethodDef), Handle(3,
TableIndex
.MethodDef)), // Row 6
1425
new CustomAttributeRow(Handle(11,
TableIndex
.MethodDef), Handle(5,
TableIndex
.MethodDef)), // Row 7
1426
new CustomAttributeRow(Handle(11,
TableIndex
.MethodDef), Handle(6,
TableIndex
.MethodDef)), // Row 8
1448
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1449
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1450
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1451
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1452
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1453
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1454
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1455
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1456
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1461
Handle(9,
TableIndex
.MethodDef),
1462
Handle(10,
TableIndex
.MethodDef),
1463
Handle(11,
TableIndex
.MethodDef),
1464
Handle(4,
TableIndex
.CustomAttribute),
1465
Handle(5,
TableIndex
.CustomAttribute),
1466
Handle(6,
TableIndex
.CustomAttribute),
1467
Handle(7,
TableIndex
.CustomAttribute),
1468
Handle(8,
TableIndex
.CustomAttribute),
1469
Handle(9,
TableIndex
.CustomAttribute),
1474
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // F [A2] delete
1475
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // H [A5] delete
1476
new CustomAttributeRow(Handle(9,
TableIndex
.MethodDef), Handle(2,
TableIndex
.MethodDef)), // F [A1] -> [A2]
1477
new CustomAttributeRow(Handle(10,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MethodDef)),// G [A3] -> [A4]
1478
new CustomAttributeRow(Handle(10,
TableIndex
.MethodDef), Handle(3,
TableIndex
.MethodDef)),// G [A3] add with RowId 9
1479
new CustomAttributeRow(Handle(11,
TableIndex
.MethodDef), Handle(7,
TableIndex
.MethodDef)),// H [A6] -> [A7]
1500
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1501
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1502
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1503
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1504
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1505
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1506
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1507
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1512
Handle(10,
TableIndex
.MethodDef),
1513
Handle(11,
TableIndex
.MethodDef),
1514
Handle(6,
TableIndex
.CustomAttribute),
1515
Handle(7,
TableIndex
.CustomAttribute),
1516
Handle(8,
TableIndex
.CustomAttribute),
1517
Handle(9,
TableIndex
.CustomAttribute),
1518
Handle(10,
TableIndex
.CustomAttribute),
1519
Handle(11,
TableIndex
.CustomAttribute),
1524
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // G [A4] delete
1525
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // G [A3] delete
1526
new CustomAttributeRow(Handle(11,
TableIndex
.MethodDef), Handle(5,
TableIndex
.MethodDef)), // H [A5]
1527
new CustomAttributeRow(Handle(11,
TableIndex
.MethodDef), Handle(6,
TableIndex
.MethodDef)), // H [A6]
1528
new CustomAttributeRow(Handle(11,
TableIndex
.MethodDef), Handle(7,
TableIndex
.MethodDef)), // H [A7] add with RowId 10
1529
new CustomAttributeRow(Handle(11,
TableIndex
.MethodDef), Handle(8,
TableIndex
.MethodDef)), // H [A8] add with RowId 11
1549
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1550
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1551
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1552
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1553
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
1558
Handle(11,
TableIndex
.MethodDef),
1559
Handle(7,
TableIndex
.CustomAttribute),
1560
Handle(8,
TableIndex
.CustomAttribute),
1561
Handle(10,
TableIndex
.CustomAttribute),
1562
Handle(11,
TableIndex
.CustomAttribute),
1567
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // H [A5] delete
1568
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // H [A6] delete
1569
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // H [A7] delete
1570
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // H [A8] delete
1600
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
1601
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
1602
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)),
1621
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1622
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1627
Handle(6,
TableIndex
.MethodDef),
1628
Handle(4,
TableIndex
.CustomAttribute),
1633
new CustomAttributeRow(Handle(6,
TableIndex
.MethodDef), Handle(1,
TableIndex
.MethodDef)), // G: [A1] add RowId 4
1652
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1653
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1658
Handle(5,
TableIndex
.MethodDef),
1659
Handle(5,
TableIndex
.CustomAttribute),
1664
new CustomAttributeRow(Handle(5,
TableIndex
.MethodDef), Handle(1,
TableIndex
.MethodDef)), // F: [A2] add RowId 5
1684
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1685
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1686
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1687
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
1692
Handle(5,
TableIndex
.MethodDef),
1693
Handle(6,
TableIndex
.MethodDef),
1694
Handle(4,
TableIndex
.CustomAttribute),
1695
Handle(5,
TableIndex
.CustomAttribute),
1700
new CustomAttributeRow(Handle(5,
TableIndex
.MethodDef), Handle(3,
TableIndex
.MethodDef)), // G: [A2] -> [A4]
1701
new CustomAttributeRow(Handle(6,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MethodDef)), // F: [A1] -> [A3]
1729
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
1730
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
1731
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)),
1734
new CustomAttributeRow(Handle(4,
TableIndex
.MethodDef), Handle(1,
TableIndex
.MethodDef)), // Row 4
1752
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1753
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1754
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1759
Handle(4,
TableIndex
.MethodDef),
1760
Handle(4,
TableIndex
.CustomAttribute),
1761
Handle(5,
TableIndex
.CustomAttribute),
1766
new CustomAttributeRow(Handle(4,
TableIndex
.MethodDef), Handle(2,
TableIndex
.MethodDef)), // F [A1] -> [A2]
1767
new CustomAttributeRow(Handle(4,
TableIndex
.MethodDef), Handle(3,
TableIndex
.MethodDef)), // F [A3] add RowId 5
1785
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1786
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1787
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
1792
Handle(4,
TableIndex
.MethodDef),
1793
Handle(4,
TableIndex
.CustomAttribute),
1794
Handle(5,
TableIndex
.CustomAttribute),
1799
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // F [A2] delete
1800
new CustomAttributeRow(Handle(0,
TableIndex
.MethodDef), Handle(0,
TableIndex
.MemberRef)), // F [A3] delete
1841
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
1842
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
1843
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)),
1844
new CustomAttributeRow(Handle(3,
TableIndex
.TypeDef), Handle(4,
TableIndex
.MemberRef)));
1865
new CustomAttributeRow(Handle(5,
TableIndex
.MethodDef), Handle(8,
TableIndex
.MemberRef)));
1868
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1869
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1870
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1871
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
1872
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)); // row 5 = new custom attribute
1875
Handle(1,
TableIndex
.MethodDef),
1876
Handle(5,
TableIndex
.MethodDef),
1877
Handle(1,
TableIndex
.Param),
1878
Handle(5,
TableIndex
.CustomAttribute),
1879
Handle(2,
TableIndex
.StandAloneSig));
2274
g.VerifyTableSize(
TableIndex
.MethodDef, 6);
2305
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
2306
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
2307
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
2308
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2309
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2310
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2311
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
2312
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2313
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
2317
Handle(4,
TableIndex
.TypeDef),
2318
Handle(4,
TableIndex
.Field),
2319
Handle(1,
TableIndex
.MethodDef),
2320
Handle(5,
TableIndex
.MethodDef),
2321
Handle(6,
TableIndex
.MethodDef),
2322
Handle(7,
TableIndex
.MethodDef),
2323
Handle(5,
TableIndex
.CustomAttribute)
2609
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
2614
Handle(2,
TableIndex
.MethodDef)
2759
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
2760
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
2761
Row(2,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
2766
Handle(4,
TableIndex
.CustomAttribute),
2767
Handle(1,
TableIndex
.Property),
2768
Handle(2,
TableIndex
.MethodSemantics)
2808
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
2813
Handle(1,
TableIndex
.MethodDef)
2871
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
2872
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
2873
Row(6,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
2874
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
2875
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
2876
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
2877
Row(1,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
2878
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
2879
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2880
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)); // Row 4, a new attribute
2883
Handle(6,
TableIndex
.TypeRef),
2884
Handle(7,
TableIndex
.TypeRef),
2885
Handle(8,
TableIndex
.TypeRef),
2886
Handle(3,
TableIndex
.MethodDef),
2887
Handle(5,
TableIndex
.MemberRef),
2888
Handle(6,
TableIndex
.MemberRef),
2889
Handle(4,
TableIndex
.CustomAttribute),
2890
Handle(1,
TableIndex
.StandAloneSig),
2891
Handle(2,
TableIndex
.AssemblyRef));
2938
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
2939
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
2940
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)));
2965
new CustomAttributeRow(Handle(1,
TableIndex
.Param), Handle(5,
TableIndex
.MemberRef)));
2968
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
2969
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
2970
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
2971
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
2972
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
2973
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2974
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
2975
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default), // New method, G
2976
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default), // Update existing param
2977
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default), // Update existing param
2978
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter), // New param on method, G
2979
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default), // Support for the above
2980
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
2983
Handle(6,
TableIndex
.TypeRef),
2984
Handle(7,
TableIndex
.TypeRef),
2985
Handle(2,
TableIndex
.MethodDef),
2986
Handle(4,
TableIndex
.MethodDef),
2987
Handle(1,
TableIndex
.Param),
2988
Handle(2,
TableIndex
.Param),
2989
Handle(3,
TableIndex
.Param),
2990
Handle(5,
TableIndex
.MemberRef),
2991
Handle(4,
TableIndex
.CustomAttribute),
2992
Handle(2,
TableIndex
.StandAloneSig),
2993
Handle(2,
TableIndex
.AssemblyRef));
3012
new CustomAttributeRow(Handle(3,
TableIndex
.Param), Handle(6,
TableIndex
.MemberRef)));
3015
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
3016
Row(6,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
3017
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3018
Row(9,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3019
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3020
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default), // Update existing param, from the first delta
3021
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
3024
Handle(8,
TableIndex
.TypeRef),
3025
Handle(9,
TableIndex
.TypeRef),
3026
Handle(4,
TableIndex
.MethodDef),
3027
Handle(3,
TableIndex
.Param),
3028
Handle(6,
TableIndex
.MemberRef),
3029
Handle(5,
TableIndex
.CustomAttribute),
3030
Handle(3,
TableIndex
.AssemblyRef));
3075
new CustomAttributeRow(Handle(3,
TableIndex
.Param), Handle(1,
TableIndex
.MethodDef)),
3076
new CustomAttributeRow(Handle(4,
TableIndex
.Param), Handle(1,
TableIndex
.MethodDef)));
3079
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
3080
Row(10,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3081
Row(11,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3082
Row(12,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3083
Row(13,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3084
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3085
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3086
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default), // Updating existing parameter defs
3087
Row(4,
TableIndex
.Param, EditAndContinueOperation.Default),
3088
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default),
3089
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
3090
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // Adding new custom attribute rows
3091
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
3094
Handle(10,
TableIndex
.TypeRef),
3095
Handle(11,
TableIndex
.TypeRef),
3096
Handle(12,
TableIndex
.TypeRef),
3097
Handle(13,
TableIndex
.TypeRef),
3098
Handle(3,
TableIndex
.MethodDef),
3099
Handle(4,
TableIndex
.MethodDef),
3100
Handle(3,
TableIndex
.Param),
3101
Handle(4,
TableIndex
.Param),
3102
Handle(5,
TableIndex
.Param),
3103
Handle(6,
TableIndex
.Param),
3104
Handle(4,
TableIndex
.CustomAttribute),
3105
Handle(5,
TableIndex
.CustomAttribute),
3106
Handle(2,
TableIndex
.AssemblyRef));
3148
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
3149
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
3150
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)),
3151
new CustomAttributeRow(Handle(4,
TableIndex
.Field), Handle(4,
TableIndex
.MemberRef)),
3152
new CustomAttributeRow(Handle(4,
TableIndex
.Field), Handle(5,
TableIndex
.MemberRef)),
3153
new CustomAttributeRow(Handle(13,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MemberRef)),
3195
new CustomAttributeRow(Handle(1,
TableIndex
.Property), Handle(5,
TableIndex
.MethodDef)), // X
3196
new CustomAttributeRow(Handle(2,
TableIndex
.Field), Handle(2,
TableIndex
.MethodDef)), // E.A
3197
new CustomAttributeRow(Handle(3,
TableIndex
.Field), Handle(4,
TableIndex
.MethodDef)), // _x
3198
new CustomAttributeRow(Handle(14,
TableIndex
.TypeDef), Handle(1,
TableIndex
.MethodDef)), // E
3199
new CustomAttributeRow(Handle(15,
TableIndex
.TypeDef), Handle(3,
TableIndex
.MethodDef)), // C
3200
new CustomAttributeRow(Handle(16,
TableIndex
.TypeDef), Handle(6,
TableIndex
.MethodDef)), // D
3205
Row(14,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
3206
Row(15,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
3207
Row(16,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
3208
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
3209
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
3210
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
3211
Row(2,
TableIndex
.Constant, EditAndContinueOperation.Default),
3212
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3213
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3214
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3215
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3216
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3217
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3218
Row(2,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
3223
Handle(14,
TableIndex
.TypeDef),
3224
Handle(15,
TableIndex
.TypeDef),
3225
Handle(16,
TableIndex
.TypeDef),
3226
Handle(2,
TableIndex
.Field),
3227
Handle(3,
TableIndex
.Field),
3228
Handle(2,
TableIndex
.Constant),
3229
Handle(7,
TableIndex
.CustomAttribute),
3230
Handle(8,
TableIndex
.CustomAttribute),
3231
Handle(9,
TableIndex
.CustomAttribute),
3232
Handle(10,
TableIndex
.CustomAttribute),
3233
Handle(11,
TableIndex
.CustomAttribute),
3234
Handle(12,
TableIndex
.CustomAttribute),
3235
Handle(1,
TableIndex
.Property),
3236
Handle(2,
TableIndex
.MethodSemantics)
3276
new CustomAttributeRow(Handle(1,
TableIndex
.Property), Handle(11,
TableIndex
.MethodDef)),// X
3277
new CustomAttributeRow(Handle(2,
TableIndex
.Field), Handle(8,
TableIndex
.MethodDef)), // E.A
3278
new CustomAttributeRow(Handle(3,
TableIndex
.Field), Handle(10,
TableIndex
.MethodDef)), // _x
3279
new CustomAttributeRow(Handle(14,
TableIndex
.TypeDef), Handle(7,
TableIndex
.MethodDef)), // E
3280
new CustomAttributeRow(Handle(15,
TableIndex
.TypeDef), Handle(9,
TableIndex
.MethodDef)), // C
3281
new CustomAttributeRow(Handle(16,
TableIndex
.TypeDef), Handle(12,
TableIndex
.MethodDef)),// D
3286
Row(14,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
3287
Row(15,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
3288
Row(16,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
3289
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
3290
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
3291
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
3292
Row(3,
TableIndex
.Constant, EditAndContinueOperation.Default),
3293
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), // Same row numbers as previous gen
3294
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3295
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3296
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3297
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3298
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3299
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
3304
Handle(14,
TableIndex
.TypeDef),
3305
Handle(15,
TableIndex
.TypeDef),
3306
Handle(16,
TableIndex
.TypeDef),
3307
Handle(2,
TableIndex
.Field),
3308
Handle(3,
TableIndex
.Field),
3309
Handle(3,
TableIndex
.Constant),
3310
Handle(7,
TableIndex
.CustomAttribute),
3311
Handle(8,
TableIndex
.CustomAttribute),
3312
Handle(9,
TableIndex
.CustomAttribute),
3313
Handle(10,
TableIndex
.CustomAttribute),
3314
Handle(11,
TableIndex
.CustomAttribute),
3315
Handle(12,
TableIndex
.CustomAttribute),
3316
Handle(1,
TableIndex
.Property),
3317
Handle(3,
TableIndex
.MethodSemantics)
3383
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3384
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3385
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
3386
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
3387
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
3388
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
3389
Row(1,
TableIndex
.Constant, EditAndContinueOperation.Default),
3390
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
3393
Handle(3,
TableIndex
.MethodDef),
3394
Handle(1,
TableIndex
.Param),
3395
Handle(2,
TableIndex
.Param),
3396
Handle(1,
TableIndex
.Constant),
3397
Handle(4,
TableIndex
.CustomAttribute));
3418
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default), // C.F2
3419
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
3420
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
3421
Row(2,
TableIndex
.Constant, EditAndContinueOperation.Default),
3422
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
3425
Handle(3,
TableIndex
.MethodDef),
3426
Handle(1,
TableIndex
.Param),
3427
Handle(2,
TableIndex
.Param),
3428
Handle(2,
TableIndex
.Constant),
3429
Handle(4,
TableIndex
.CustomAttribute));
3567
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
3568
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
3569
Row(6,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
3570
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3571
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3572
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3573
Row(9,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3574
Row(10,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3575
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
3576
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
3577
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3578
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3579
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3580
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3581
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3582
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3583
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3584
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3585
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3586
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
3587
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
3588
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
3589
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
3590
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
3591
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
3592
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3593
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3594
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3595
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3596
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3597
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3598
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
3625
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
3626
Row(7,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
3627
Row(8,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
3628
Row(9,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
3629
Row(11,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3630
Row(12,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3631
Row(13,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3632
Row(14,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3633
Row(15,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3634
Row(16,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3635
Row(17,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3636
Row(18,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3637
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.Default), // NullableAttribute
3638
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.Default), // NullableContextAttribute
3639
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
3640
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
3641
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
3642
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
3643
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3644
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3645
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3646
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3647
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3648
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3649
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3650
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3651
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3652
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
3653
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
3654
Row(4,
TableIndex
.Param, EditAndContinueOperation.Default),
3655
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3656
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3657
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3658
Row(13,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3659
Row(14,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3660
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3661
Row(16,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3662
Row(17,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
3665
Handle(11,
TableIndex
.TypeRef),
3666
Handle(12,
TableIndex
.TypeRef),
3667
Handle(13,
TableIndex
.TypeRef),
3668
Handle(14,
TableIndex
.TypeRef),
3669
Handle(15,
TableIndex
.TypeRef),
3670
Handle(16,
TableIndex
.TypeRef),
3671
Handle(17,
TableIndex
.TypeRef),
3672
Handle(18,
TableIndex
.TypeRef),
3673
Handle(6,
TableIndex
.TypeDef),
3674
Handle(7,
TableIndex
.TypeDef),
3675
Handle(1,
TableIndex
.Field),
3676
Handle(2,
TableIndex
.Field),
3677
Handle(7,
TableIndex
.MethodDef),
3678
Handle(8,
TableIndex
.MethodDef),
3679
Handle(9,
TableIndex
.MethodDef),
3680
Handle(10,
TableIndex
.MethodDef),
3681
Handle(11,
TableIndex
.MethodDef),
3682
Handle(3,
TableIndex
.Param),
3683
Handle(4,
TableIndex
.Param),
3684
Handle(7,
TableIndex
.MemberRef),
3685
Handle(8,
TableIndex
.MemberRef),
3686
Handle(9,
TableIndex
.MemberRef),
3687
Handle(10,
TableIndex
.CustomAttribute),
3688
Handle(11,
TableIndex
.CustomAttribute),
3689
Handle(12,
TableIndex
.CustomAttribute),
3690
Handle(13,
TableIndex
.CustomAttribute),
3691
Handle(14,
TableIndex
.CustomAttribute),
3692
Handle(15,
TableIndex
.CustomAttribute),
3693
Handle(16,
TableIndex
.CustomAttribute),
3694
Handle(17,
TableIndex
.CustomAttribute),
3695
Handle(3,
TableIndex
.AssemblyRef));
3719
Row(4,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
3720
Row(19,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3721
Row(20,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3722
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3723
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3724
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
3725
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default),
3726
Row(18,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3727
Row(19,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
3778
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
3779
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
3780
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3781
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
3782
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
3783
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
3786
Handle(6,
TableIndex
.TypeRef),
3787
Handle(2,
TableIndex
.Field),
3788
Handle(1,
TableIndex
.MethodDef),
3789
Handle(5,
TableIndex
.MemberRef),
3790
Handle(2,
TableIndex
.AssemblyRef));
3832
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
3833
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3834
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
3835
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3836
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
3839
Handle(7,
TableIndex
.TypeRef),
3840
Handle(8,
TableIndex
.TypeRef),
3841
Handle(1,
TableIndex
.MethodDef),
3842
Handle(2,
TableIndex
.StandAloneSig),
3843
Handle(2,
TableIndex
.AssemblyRef));
3906
Row(1,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3907
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.Default),
3908
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3909
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3910
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
3911
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
3912
Row(1,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default));
3915
Handle(2,
TableIndex
.MethodDef),
3916
Handle(1,
TableIndex
.StandAloneSig),
3917
Handle(1,
TableIndex
.PropertyMap),
3918
Handle(1,
TableIndex
.Property),
3919
Handle(1,
TableIndex
.MethodSemantics));
3945
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
3946
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
3947
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3948
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3949
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
3950
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3951
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
3952
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
3953
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
3954
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
3955
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3956
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3957
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3958
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3959
Row(2,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
3960
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default));
3963
Handle(1,
TableIndex
.Field),
3964
Handle(3,
TableIndex
.MethodDef),
3965
Handle(4,
TableIndex
.MethodDef),
3966
Handle(1,
TableIndex
.Param),
3967
Handle(4,
TableIndex
.CustomAttribute),
3968
Handle(5,
TableIndex
.CustomAttribute),
3969
Handle(6,
TableIndex
.CustomAttribute),
3970
Handle(7,
TableIndex
.CustomAttribute),
3971
Handle(2,
TableIndex
.Property),
3972
Handle(2,
TableIndex
.MethodSemantics),
3973
Handle(3,
TableIndex
.MethodSemantics));
4013
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
4014
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4015
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
4016
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4017
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4018
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4019
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4020
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
4025
Handle(3,
TableIndex
.TypeDef),
4026
Handle(2,
TableIndex
.Field),
4027
Handle(1,
TableIndex
.MethodDef),
4028
Handle(2,
TableIndex
.MethodDef),
4029
Handle(4,
TableIndex
.MethodDef),
4030
Handle(8,
TableIndex
.CustomAttribute)
4072
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4073
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4074
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
4075
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
4076
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4077
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4078
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4079
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
4083
Handle(1,
TableIndex
.MethodDef),
4084
Handle(2,
TableIndex
.MethodDef),
4085
Handle(1,
TableIndex
.Param),
4086
Handle(1,
TableIndex
.CustomAttribute),
4087
Handle(7,
TableIndex
.CustomAttribute),
4088
Handle(1,
TableIndex
.Property),
4089
Handle(3,
TableIndex
.MethodSemantics),
4090
Handle(4,
TableIndex
.MethodSemantics),
4155
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
4156
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4157
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
4158
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4159
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4160
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4161
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4162
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
4167
Handle(3,
TableIndex
.TypeDef),
4168
Handle(1,
TableIndex
.Field),
4169
Handle(1,
TableIndex
.MethodDef),
4170
Handle(2,
TableIndex
.MethodDef),
4171
Handle(4,
TableIndex
.MethodDef),
4172
Handle(4,
TableIndex
.CustomAttribute)
4215
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4216
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
4217
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4218
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4219
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
4220
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
4221
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4222
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4223
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4224
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4225
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4226
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
4230
Handle(2,
TableIndex
.Field),
4231
Handle(1,
TableIndex
.MethodDef),
4232
Handle(2,
TableIndex
.MethodDef),
4233
Handle(1,
TableIndex
.Param),
4234
Handle(5,
TableIndex
.CustomAttribute),
4235
Handle(6,
TableIndex
.CustomAttribute),
4236
Handle(7,
TableIndex
.CustomAttribute),
4237
Handle(8,
TableIndex
.CustomAttribute),
4238
Handle(1,
TableIndex
.Property),
4239
Handle(3,
TableIndex
.MethodSemantics),
4240
Handle(4,
TableIndex
.MethodSemantics)
4304
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
4305
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4306
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
4307
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4308
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4309
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4310
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4311
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
4315
Handle(3,
TableIndex
.TypeDef),
4316
Handle(1,
TableIndex
.Field),
4317
Handle(1,
TableIndex
.MethodDef),
4318
Handle(2,
TableIndex
.MethodDef),
4319
Handle(4,
TableIndex
.MethodDef),
4320
Handle(4,
TableIndex
.CustomAttribute)
4366
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4367
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4368
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4369
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
4370
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
4371
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4372
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4376
Handle(1,
TableIndex
.MethodDef),
4377
Handle(2,
TableIndex
.MethodDef),
4378
Handle(1,
TableIndex
.Param),
4379
Handle(2,
TableIndex
.StandAloneSig),
4380
Handle(1,
TableIndex
.Property),
4381
Handle(3,
TableIndex
.MethodSemantics),
4382
Handle(4,
TableIndex
.MethodSemantics),
4442
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
4443
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4444
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
4445
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4446
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4447
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4448
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
4452
Handle(3,
TableIndex
.TypeDef),
4453
Handle(1,
TableIndex
.Field),
4454
Handle(2,
TableIndex
.MethodDef),
4455
Handle(4,
TableIndex
.MethodDef),
4456
Handle(4,
TableIndex
.CustomAttribute)
4501
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4502
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4503
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4504
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
4505
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
4506
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4507
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4511
Handle(1,
TableIndex
.MethodDef),
4512
Handle(2,
TableIndex
.MethodDef),
4513
Handle(1,
TableIndex
.Param),
4514
Handle(2,
TableIndex
.StandAloneSig),
4515
Handle(1,
TableIndex
.Property),
4516
Handle(3,
TableIndex
.MethodSemantics),
4517
Handle(4,
TableIndex
.MethodSemantics),
4583
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
4584
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4585
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
4586
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4587
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
4588
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4589
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4590
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4591
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4592
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4593
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4594
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4595
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4596
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
4597
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
4598
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
4599
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
4600
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4601
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4602
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4603
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4604
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4605
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4606
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
4610
Handle(3,
TableIndex
.TypeDef),
4611
Handle(2,
TableIndex
.Field),
4612
Handle(3,
TableIndex
.Field),
4613
Handle(1,
TableIndex
.MethodDef),
4614
Handle(2,
TableIndex
.MethodDef),
4615
Handle(4,
TableIndex
.MethodDef),
4616
Handle(5,
TableIndex
.MethodDef),
4617
Handle(6,
TableIndex
.MethodDef),
4618
Handle(2,
TableIndex
.Param),
4619
Handle(8,
TableIndex
.CustomAttribute),
4620
Handle(9,
TableIndex
.CustomAttribute),
4621
Handle(10,
TableIndex
.CustomAttribute),
4622
Handle(11,
TableIndex
.CustomAttribute),
4623
Handle(12,
TableIndex
.CustomAttribute),
4624
Handle(2,
TableIndex
.Property),
4625
Handle(3,
TableIndex
.MethodSemantics),
4626
Handle(4,
TableIndex
.MethodSemantics)
4694
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4695
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4696
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4697
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4698
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
4699
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
4700
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4701
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4702
Row(5,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4703
Row(6,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4707
Handle(1,
TableIndex
.MethodDef),
4708
Handle(2,
TableIndex
.MethodDef),
4709
Handle(4,
TableIndex
.MethodDef),
4710
Handle(5,
TableIndex
.MethodDef),
4711
Handle(1,
TableIndex
.Param),
4712
Handle(1,
TableIndex
.CustomAttribute),
4713
Handle(7,
TableIndex
.CustomAttribute),
4714
Handle(1,
TableIndex
.Property),
4715
Handle(5,
TableIndex
.MethodSemantics),
4716
Handle(6,
TableIndex
.MethodSemantics),
4788
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
4789
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4790
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
4791
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4792
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
4793
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4794
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4795
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4796
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4797
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4798
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4799
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4800
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4801
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
4802
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
4803
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
4804
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
4805
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4806
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4807
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4808
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4809
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4810
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4811
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
4815
Handle(3,
TableIndex
.TypeDef),
4816
Handle(2,
TableIndex
.Field),
4817
Handle(3,
TableIndex
.Field),
4818
Handle(1,
TableIndex
.MethodDef),
4819
Handle(2,
TableIndex
.MethodDef),
4820
Handle(4,
TableIndex
.MethodDef),
4821
Handle(5,
TableIndex
.MethodDef),
4822
Handle(6,
TableIndex
.MethodDef),
4823
Handle(2,
TableIndex
.Param),
4824
Handle(8,
TableIndex
.CustomAttribute),
4825
Handle(9,
TableIndex
.CustomAttribute),
4826
Handle(10,
TableIndex
.CustomAttribute),
4827
Handle(11,
TableIndex
.CustomAttribute),
4828
Handle(12,
TableIndex
.CustomAttribute),
4829
Handle(2,
TableIndex
.Property),
4830
Handle(3,
TableIndex
.MethodSemantics),
4831
Handle(4,
TableIndex
.MethodSemantics)
4896
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4897
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4898
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4899
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4900
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
4901
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
4902
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4903
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4904
Row(5,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4905
Row(6,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
4909
Handle(1,
TableIndex
.MethodDef),
4910
Handle(2,
TableIndex
.MethodDef),
4911
Handle(4,
TableIndex
.MethodDef),
4912
Handle(5,
TableIndex
.MethodDef),
4913
Handle(1,
TableIndex
.Param),
4914
Handle(1,
TableIndex
.CustomAttribute),
4915
Handle(7,
TableIndex
.CustomAttribute),
4916
Handle(1,
TableIndex
.Property),
4917
Handle(5,
TableIndex
.MethodSemantics),
4918
Handle(6,
TableIndex
.MethodSemantics)
4988
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
4989
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4990
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
4991
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4992
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4993
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
4994
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4995
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
4999
Handle(3,
TableIndex
.TypeDef),
5000
Handle(1,
TableIndex
.Field),
5001
Handle(1,
TableIndex
.MethodDef),
5002
Handle(2,
TableIndex
.MethodDef),
5003
Handle(4,
TableIndex
.MethodDef),
5004
Handle(5,
TableIndex
.CustomAttribute)
5071
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
5072
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
5073
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
5074
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
5075
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5076
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5077
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5078
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5079
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5080
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
5081
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
5082
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
5083
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
5084
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5085
Row(2,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
5089
Handle(3,
TableIndex
.TypeDef),
5090
Handle(1,
TableIndex
.Field),
5091
Handle(1,
TableIndex
.MethodDef),
5092
Handle(3,
TableIndex
.MethodDef),
5093
Handle(4,
TableIndex
.MethodDef),
5094
Handle(2,
TableIndex
.Param),
5095
Handle(5,
TableIndex
.CustomAttribute),
5096
Handle(2,
TableIndex
.StandAloneSig),
5097
Handle(2,
TableIndex
.Property),
5098
Handle(2,
TableIndex
.MethodSemantics)
5156
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
5157
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5158
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5159
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
5160
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
5161
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
5165
Handle(1,
TableIndex
.MethodDef),
5166
Handle(3,
TableIndex
.MethodDef),
5167
Handle(1,
TableIndex
.Param),
5168
Handle(3,
TableIndex
.StandAloneSig),
5169
Handle(1,
TableIndex
.Property),
5170
Handle(3,
TableIndex
.MethodSemantics),
5217
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
5218
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5219
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
5220
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
5221
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
5225
Handle(3,
TableIndex
.MethodDef),
5226
Handle(2,
TableIndex
.Param),
5227
Handle(4,
TableIndex
.StandAloneSig),
5228
Handle(2,
TableIndex
.Property),
5229
Handle(4,
TableIndex
.MethodSemantics)
5284
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5285
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5286
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
5287
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
5288
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
5293
Handle(1,
TableIndex
.MethodDef),
5294
Handle(2,
TableIndex
.MethodDef),
5295
Handle(1,
TableIndex
.Param),
5296
Handle(2,
TableIndex
.Param),
5297
Handle(3,
TableIndex
.Param),
5366
Row(1,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
5367
Row(1,
TableIndex
.EventMap, EditAndContinueOperation.Default),
5368
Row(1,
TableIndex
.EventMap, EditAndContinueOperation.AddEvent),
5369
Row(1,
TableIndex
.Event, EditAndContinueOperation.Default),
5370
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
5371
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
5372
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5373
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5374
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5375
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5376
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
5377
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
5378
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
5379
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
5380
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5381
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5382
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5383
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5384
Row(1,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
5385
Row(2,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default));
5388
Handle(1,
TableIndex
.Field),
5389
Handle(2,
TableIndex
.MethodDef),
5390
Handle(3,
TableIndex
.MethodDef),
5391
Handle(1,
TableIndex
.Param),
5392
Handle(2,
TableIndex
.Param),
5393
Handle(4,
TableIndex
.CustomAttribute),
5394
Handle(5,
TableIndex
.CustomAttribute),
5395
Handle(6,
TableIndex
.CustomAttribute),
5396
Handle(7,
TableIndex
.CustomAttribute),
5397
Handle(1,
TableIndex
.StandAloneSig),
5398
Handle(1,
TableIndex
.EventMap),
5399
Handle(1,
TableIndex
.Event),
5400
Handle(1,
TableIndex
.MethodSemantics),
5401
Handle(2,
TableIndex
.MethodSemantics));
5421
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
5422
Row(1,
TableIndex
.EventMap, EditAndContinueOperation.AddEvent),
5423
Row(2,
TableIndex
.Event, EditAndContinueOperation.Default),
5424
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
5425
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
5426
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5427
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5428
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5429
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5430
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
5431
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
5432
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
5433
Row(4,
TableIndex
.Param, EditAndContinueOperation.Default),
5434
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5435
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5436
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5437
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5438
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
5439
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default));
5442
Handle(2,
TableIndex
.Field),
5443
Handle(4,
TableIndex
.MethodDef),
5444
Handle(5,
TableIndex
.MethodDef),
5445
Handle(3,
TableIndex
.Param),
5446
Handle(4,
TableIndex
.Param),
5447
Handle(8,
TableIndex
.CustomAttribute),
5448
Handle(9,
TableIndex
.CustomAttribute),
5449
Handle(10,
TableIndex
.CustomAttribute),
5450
Handle(11,
TableIndex
.CustomAttribute),
5451
Handle(2,
TableIndex
.StandAloneSig),
5452
Handle(2,
TableIndex
.Event),
5453
Handle(3,
TableIndex
.MethodSemantics),
5454
Handle(4,
TableIndex
.MethodSemantics));
5495
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
5496
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
5497
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
5498
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5499
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5500
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5501
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5502
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
5506
Handle(3,
TableIndex
.TypeDef),
5507
Handle(2,
TableIndex
.Field),
5508
Handle(1,
TableIndex
.MethodDef),
5509
Handle(2,
TableIndex
.MethodDef),
5510
Handle(4,
TableIndex
.MethodDef),
5511
Handle(8,
TableIndex
.CustomAttribute)
5579
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
5580
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
5581
Row(1,
TableIndex
.EventMap, EditAndContinueOperation.AddEvent),
5582
Row(2,
TableIndex
.Event, EditAndContinueOperation.Default),
5583
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
5584
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
5585
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
5586
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
5587
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5588
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5589
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5590
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5591
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5592
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5593
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5594
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5595
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
5596
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
5597
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
5598
Row(4,
TableIndex
.Param, EditAndContinueOperation.Default),
5599
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5600
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5601
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5602
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5603
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5604
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
5605
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
5609
Handle(3,
TableIndex
.TypeDef),
5610
Handle(2,
TableIndex
.Field),
5611
Handle(3,
TableIndex
.Field),
5612
Handle(1,
TableIndex
.MethodDef),
5613
Handle(2,
TableIndex
.MethodDef),
5614
Handle(4,
TableIndex
.MethodDef),
5615
Handle(5,
TableIndex
.MethodDef),
5616
Handle(6,
TableIndex
.MethodDef),
5617
Handle(3,
TableIndex
.Param),
5618
Handle(4,
TableIndex
.Param),
5619
Handle(8,
TableIndex
.CustomAttribute),
5620
Handle(9,
TableIndex
.CustomAttribute),
5621
Handle(10,
TableIndex
.CustomAttribute),
5622
Handle(11,
TableIndex
.CustomAttribute),
5623
Handle(12,
TableIndex
.CustomAttribute),
5624
Handle(2,
TableIndex
.StandAloneSig),
5625
Handle(2,
TableIndex
.Event),
5626
Handle(3,
TableIndex
.MethodSemantics),
5627
Handle(4,
TableIndex
.MethodSemantics)
5724
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
5725
Row(1,
TableIndex
.Event, EditAndContinueOperation.Default),
5726
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5727
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5728
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5729
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5730
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
5731
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
5732
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5733
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5734
Row(5,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
5735
Row(6,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
5739
Handle(1,
TableIndex
.MethodDef),
5740
Handle(2,
TableIndex
.MethodDef),
5741
Handle(4,
TableIndex
.MethodDef),
5742
Handle(5,
TableIndex
.MethodDef),
5743
Handle(1,
TableIndex
.Param),
5744
Handle(2,
TableIndex
.Param),
5745
Handle(1,
TableIndex
.CustomAttribute),
5746
Handle(7,
TableIndex
.CustomAttribute),
5747
Handle(3,
TableIndex
.StandAloneSig),
5748
Handle(1,
TableIndex
.Event),
5749
Handle(5,
TableIndex
.MethodSemantics),
5750
Handle(6,
TableIndex
.MethodSemantics),
5936
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
5937
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
5940
Handle(2,
TableIndex
.TypeDef),
5941
Handle(4,
TableIndex
.CustomAttribute));
5957
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
5958
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
5959
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
5962
Handle(2,
TableIndex
.TypeDef),
5963
Handle(4,
TableIndex
.CustomAttribute),
5964
Handle(5,
TableIndex
.CustomAttribute));
6075
Row(baseTypeCount + generation,
TableIndex
.TypeDef, EditAndContinueOperation.Default), // adding a type def
6076
Row(baseTypeCount + generation,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
6077
Row(baseFieldCount + generation,
TableIndex
.Field, EditAndContinueOperation.Default),
6078
Row(baseTypeCount + generation,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6079
Row(baseMethodCount + generation * 2 - 1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6080
Row(baseTypeCount + generation,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6081
Row(baseMethodCount + generation * 2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6082
Row(baseMethodCount + generation * 2 - 1,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
6083
Row(baseParameterCount + generation * 2 - 1,
TableIndex
.Param, EditAndContinueOperation.Default),
6084
Row(baseMethodCount + generation * 2 - 1,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
6085
Row(baseParameterCount + generation * 2,
TableIndex
.Param, EditAndContinueOperation.Default),
6086
hasAttribute ? Row(baseAttributeCount + generation,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default) : default); // adding a new attribute row for attribute on C#* definition
6089
Handle(baseTypeCount + generation,
TableIndex
.TypeDef),
6090
Handle(baseFieldCount + generation,
TableIndex
.Field),
6091
Handle(baseMethodCount + generation * 2 - 1,
TableIndex
.MethodDef),
6092
Handle(baseMethodCount + generation * 2,
TableIndex
.MethodDef),
6093
Handle(baseParameterCount + generation * 2 - 1,
TableIndex
.Param),
6094
Handle(baseParameterCount + generation * 2,
TableIndex
.Param),
6095
hasAttribute ? Handle(baseAttributeCount + generation,
TableIndex
.CustomAttribute) : default);
6155
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
6156
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6157
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default),
6158
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
6159
Row(hasAttribute ? 9 : 8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
6162
Handle(5,
TableIndex
.TypeDef),
6163
Handle(7,
TableIndex
.MethodDef),
6164
Handle(5,
TableIndex
.Param),
6165
Handle(6,
TableIndex
.Param),
6166
Handle(hasAttribute ? 9 : 8,
TableIndex
.CustomAttribute));
6234
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
6235
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6236
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6237
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6238
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6239
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6240
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6241
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6242
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
6246
Handle(5,
TableIndex
.TypeDef),
6247
Handle(5,
TableIndex
.MethodDef),
6248
Handle(7,
TableIndex
.MethodDef),
6249
Handle(8,
TableIndex
.MethodDef),
6250
Handle(9,
TableIndex
.MethodDef),
6251
Handle(8,
TableIndex
.CustomAttribute)
6292
new CustomAttributeRow(Handle(1,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MemberRef)),
6293
new CustomAttributeRow(Handle(1,
TableIndex
.Field), Handle(4,
TableIndex
.MemberRef)),
6294
new CustomAttributeRow(Handle(1,
TableIndex
.Field), Handle(5,
TableIndex
.MemberRef)),
6295
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
6296
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
6297
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)),
6298
new CustomAttributeRow(Handle(2,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MemberRef)));
6317
new CustomAttributeRow(Handle(1,
TableIndex
.Event), Handle(10,
TableIndex
.MemberRef)));
6320
Row(1,
TableIndex
.Event, EditAndContinueOperation.Default),
6321
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
6322
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
6323
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default));
6326
Handle(8,
TableIndex
.CustomAttribute),
6327
Handle(1,
TableIndex
.Event),
6328
Handle(3,
TableIndex
.MethodSemantics),
6329
Handle(4,
TableIndex
.MethodSemantics));
6537
Assert.Equal(1, reader0.GetTableRowCount(
TableIndex
.NestedClass));
6557
Assert.Equal(2, reader1.GetTableRowCount(
TableIndex
.NestedClass));
6560
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
6561
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
6562
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
6563
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6564
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
6565
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
6566
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
6567
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
6568
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6569
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6570
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6571
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6572
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6573
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6574
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6575
Row(2,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
6576
Row(3,
TableIndex
.NestedClass, EditAndContinueOperation.Default));
6579
Handle(6,
TableIndex
.TypeRef),
6580
Handle(4,
TableIndex
.TypeDef),
6581
Handle(5,
TableIndex
.TypeDef),
6582
Handle(1,
TableIndex
.Field),
6583
Handle(1,
TableIndex
.MethodDef),
6584
Handle(4,
TableIndex
.MethodDef),
6585
Handle(5,
TableIndex
.MethodDef),
6586
Handle(6,
TableIndex
.MethodDef),
6587
Handle(5,
TableIndex
.MemberRef),
6588
Handle(2,
TableIndex
.StandAloneSig),
6589
Handle(2,
TableIndex
.AssemblyRef),
6590
Handle(2,
TableIndex
.NestedClass),
6591
Handle(3,
TableIndex
.NestedClass));
6640
Assert.Equal(4, reader0.GetTableRowCount(
TableIndex
.NestedClass));
6653
Assert.Equal(4, reader1.GetTableRowCount(
TableIndex
.NestedClass));
6700
Assert.Equal(1, reader0.GetTableRowCount(
TableIndex
.NestedClass));
6718
Assert.Equal(1, reader1.GetTableRowCount(
TableIndex
.NestedClass));
6721
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
6722
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
6723
Row(6,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
6724
Row(7,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
6725
Row(8,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
6726
Row(1,
TableIndex
.MethodSpec, EditAndContinueOperation.Default),
6727
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
6728
Row(1,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
6729
Row(2,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
6730
Row(3,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
6731
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6732
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
6733
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6734
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6735
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6736
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6737
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6738
Row(2,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
6739
Row(2,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
6740
Row(3,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
6741
Row(4,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
6742
Row(1,
TableIndex
.GenericParamConstraint, EditAndContinueOperation.Default));
6745
Handle(6,
TableIndex
.TypeRef),
6746
Handle(4,
TableIndex
.TypeDef),
6747
Handle(1,
TableIndex
.MethodDef),
6748
Handle(4,
TableIndex
.MethodDef),
6749
Handle(5,
TableIndex
.MethodDef),
6750
Handle(5,
TableIndex
.MemberRef),
6751
Handle(6,
TableIndex
.MemberRef),
6752
Handle(7,
TableIndex
.MemberRef),
6753
Handle(8,
TableIndex
.MemberRef),
6754
Handle(2,
TableIndex
.StandAloneSig),
6755
Handle(1,
TableIndex
.TypeSpec),
6756
Handle(2,
TableIndex
.TypeSpec),
6757
Handle(3,
TableIndex
.TypeSpec),
6758
Handle(2,
TableIndex
.AssemblyRef),
6759
Handle(2,
TableIndex
.NestedClass),
6760
Handle(2,
TableIndex
.GenericParam),
6761
Handle(3,
TableIndex
.GenericParam),
6762
Handle(4,
TableIndex
.GenericParam),
6763
Handle(1,
TableIndex
.MethodSpec),
6764
Handle(1,
TableIndex
.GenericParamConstraint));
6889
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
6890
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
6891
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
6894
Handle(6,
TableIndex
.TypeRef),
6895
Handle(2,
TableIndex
.MethodDef),
6896
Handle(2,
TableIndex
.AssemblyRef));
6955
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
6956
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
6957
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6958
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6959
Row(2,
TableIndex
.MethodImpl, EditAndContinueOperation.Default));
6962
Handle(6,
TableIndex
.TypeRef),
6963
Handle(6,
TableIndex
.MethodDef),
6964
Handle(2,
TableIndex
.MethodImpl),
6965
Handle(2,
TableIndex
.AssemblyRef));
6980
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
6981
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
6982
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
6985
Handle(7,
TableIndex
.TypeRef),
6986
Handle(6,
TableIndex
.MethodDef),
6987
Handle(3,
TableIndex
.AssemblyRef));
7031
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
7032
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
7033
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
7034
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
7037
Handle(6,
TableIndex
.TypeRef),
7038
Handle(2,
TableIndex
.MethodDef),
7039
Handle(5,
TableIndex
.MemberRef),
7040
Handle(2,
TableIndex
.AssemblyRef));
7154
Assert.Equal(1, reader1.GetTableRowCount(
TableIndex
.NestedClass));
7181
Assert.Equal(0, reader2.GetTableRowCount(
TableIndex
.NestedClass));
7184
Row(4,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
7185
Row(11,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
7186
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
7187
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7188
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7189
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7190
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7191
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7192
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7193
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7194
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7195
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7196
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7197
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7198
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
7199
Row(4,
TableIndex
.Param, EditAndContinueOperation.Default),
7200
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default),
7201
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
7202
Row(7,
TableIndex
.Param, EditAndContinueOperation.Default),
7203
Row(8,
TableIndex
.Param, EditAndContinueOperation.Default));
7280
new CustomAttributeRow(Handle(1,
TableIndex
.Field), Handle(2,
TableIndex
.MethodDef)),
7281
new CustomAttributeRow(Handle(1,
TableIndex
.Property), Handle(1,
TableIndex
.MethodDef)),
7282
new CustomAttributeRow(Handle(1,
TableIndex
.Event), Handle(2,
TableIndex
.MethodDef)),
7283
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(1,
TableIndex
.MemberRef)),
7284
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(2,
TableIndex
.MemberRef)),
7285
new CustomAttributeRow(Handle(1,
TableIndex
.Assembly), Handle(3,
TableIndex
.MemberRef)),
7286
new CustomAttributeRow(Handle(1,
TableIndex
.GenericParam), Handle(2,
TableIndex
.MethodDef)),
7287
new CustomAttributeRow(Handle(2,
TableIndex
.Field), Handle(4,
TableIndex
.MemberRef)),
7288
new CustomAttributeRow(Handle(2,
TableIndex
.Field), Handle(5,
TableIndex
.MemberRef)),
7289
new CustomAttributeRow(Handle(3,
TableIndex
.MethodDef), Handle(1,
TableIndex
.MethodDef)),
7290
new CustomAttributeRow(Handle(5,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MemberRef)),
7291
new CustomAttributeRow(Handle(6,
TableIndex
.MethodDef), Handle(4,
TableIndex
.MemberRef)));
7314
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7315
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7316
Row(1,
TableIndex
.EventMap, EditAndContinueOperation.AddEvent),
7317
Row(2,
TableIndex
.Event, EditAndContinueOperation.Default),
7318
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7319
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
7320
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7321
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
7322
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
7323
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7324
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
7325
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7326
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
7327
Row(14,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7328
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
7329
Row(15,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7330
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
7331
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
7332
Row(14,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
7333
Row(8,
TableIndex
.Param, EditAndContinueOperation.Default),
7334
Row(15,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
7335
Row(9,
TableIndex
.Param, EditAndContinueOperation.Default),
7336
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7337
Row(13,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7338
Row(14,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7339
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7340
Row(16,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7341
Row(17,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7342
Row(18,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7343
Row(19,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7344
Row(20,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7345
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
7346
Row(5,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
7347
Row(6,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
7348
Row(2,
TableIndex
.GenericParam, EditAndContinueOperation.Default));
7351
Handle(3,
TableIndex
.Field),
7352
Handle(4,
TableIndex
.Field),
7353
Handle(12,
TableIndex
.MethodDef),
7354
Handle(13,
TableIndex
.MethodDef),
7355
Handle(14,
TableIndex
.MethodDef),
7356
Handle(15,
TableIndex
.MethodDef),
7357
Handle(8,
TableIndex
.Param),
7358
Handle(9,
TableIndex
.Param),
7359
Handle(7,
TableIndex
.CustomAttribute),
7360
Handle(13,
TableIndex
.CustomAttribute),
7361
Handle(14,
TableIndex
.CustomAttribute),
7362
Handle(15,
TableIndex
.CustomAttribute),
7363
Handle(16,
TableIndex
.CustomAttribute),
7364
Handle(17,
TableIndex
.CustomAttribute),
7365
Handle(18,
TableIndex
.CustomAttribute),
7366
Handle(19,
TableIndex
.CustomAttribute),
7367
Handle(20,
TableIndex
.CustomAttribute),
7368
Handle(3,
TableIndex
.StandAloneSig),
7369
Handle(4,
TableIndex
.StandAloneSig),
7370
Handle(2,
TableIndex
.Event),
7371
Handle(2,
TableIndex
.Property),
7372
Handle(4,
TableIndex
.MethodSemantics),
7373
Handle(5,
TableIndex
.MethodSemantics),
7374
Handle(6,
TableIndex
.MethodSemantics),
7375
Handle(2,
TableIndex
.GenericParam));
7378
new CustomAttributeRow(Handle(1,
TableIndex
.GenericParam), Handle(1,
TableIndex
.MethodDef)),
7379
new CustomAttributeRow(Handle(2,
TableIndex
.Property), Handle(2,
TableIndex
.MethodDef)),
7380
new CustomAttributeRow(Handle(2,
TableIndex
.Event), Handle(1,
TableIndex
.MethodDef)),
7381
new CustomAttributeRow(Handle(3,
TableIndex
.Field), Handle(1,
TableIndex
.MethodDef)),
7382
new CustomAttributeRow(Handle(4,
TableIndex
.Field), Handle(11,
TableIndex
.MemberRef)),
7383
new CustomAttributeRow(Handle(4,
TableIndex
.Field), Handle(12,
TableIndex
.MemberRef)),
7384
new CustomAttributeRow(Handle(12,
TableIndex
.MethodDef), Handle(2,
TableIndex
.MethodDef)),
7385
new CustomAttributeRow(Handle(14,
TableIndex
.MethodDef), Handle(11,
TableIndex
.MemberRef)),
7386
new CustomAttributeRow(Handle(15,
TableIndex
.MethodDef), Handle(11,
TableIndex
.MemberRef)));
7435
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
7436
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
7437
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
7438
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default)); // C.M
7440
Handle(7,
TableIndex
.TypeRef),
7441
Handle(2,
TableIndex
.MethodDef),
7442
Handle(2,
TableIndex
.AssemblyRef));
7555
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
7556
Row(12,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
7557
Row(13,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
7558
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7559
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
7562
Handle(12,
TableIndex
.TypeRef),
7563
Handle(13,
TableIndex
.TypeRef),
7564
Handle(1,
TableIndex
.MethodDef),
7565
Handle(2,
TableIndex
.StandAloneSig),
7566
Handle(2,
TableIndex
.AssemblyRef));
7657
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
7658
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7659
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
7660
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
7661
Row(2,
TableIndex
.ImplMap, EditAndContinueOperation.Default));
7664
Handle(3,
TableIndex
.MethodDef),
7665
Handle(1,
TableIndex
.Param),
7666
Handle(2,
TableIndex
.ImplMap));
7709
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
7710
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
7711
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
7712
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
7713
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7714
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
7715
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7716
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
7717
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
7718
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7719
Row(2,
TableIndex
.ClassLayout, EditAndContinueOperation.Default),
7720
Row(3,
TableIndex
.FieldLayout, EditAndContinueOperation.Default),
7721
Row(4,
TableIndex
.FieldLayout, EditAndContinueOperation.Default));
7723
Handle(6,
TableIndex
.TypeRef),
7724
Handle(3,
TableIndex
.TypeDef),
7725
Handle(3,
TableIndex
.Field),
7726
Handle(4,
TableIndex
.Field),
7727
Handle(2,
TableIndex
.MethodDef),
7728
Handle(5,
TableIndex
.MemberRef),
7729
Handle(2,
TableIndex
.ClassLayout),
7730
Handle(3,
TableIndex
.FieldLayout),
7731
Handle(4,
TableIndex
.FieldLayout),
7732
Handle(2,
TableIndex
.AssemblyRef));
8341
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
8342
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
8343
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
8344
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
8347
Handle(6,
TableIndex
.TypeRef),
8348
Handle(2,
TableIndex
.MethodDef),
8349
Handle(2,
TableIndex
.AssemblyRef));
11920
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
11921
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
11922
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
11923
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
11924
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
11925
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
11926
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
11931
Handle(3,
TableIndex
.TypeDef),
11932
Handle(1,
TableIndex
.Field),
11933
Handle(1,
TableIndex
.MethodDef),
11934
Handle(3,
TableIndex
.MethodDef),
11935
Handle(4,
TableIndex
.CustomAttribute)
12017
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
12018
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
12019
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
12020
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default));
12023
Handle(7,
TableIndex
.TypeRef),
12024
Handle(2,
TableIndex
.MethodDef),
12025
Handle(2,
TableIndex
.StandAloneSig),
12026
Handle(2,
TableIndex
.AssemblyRef));
15496
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
15497
Row(21,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
15498
Row(22,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
15499
Row(23,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
15500
Row(4,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
15501
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
15502
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15503
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
15504
Row(23,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default));
15507
Handle(21,
TableIndex
.TypeRef),
15508
Handle(22,
TableIndex
.TypeRef),
15509
Handle(23,
TableIndex
.TypeRef),
15510
Handle(10,
TableIndex
.MethodDef),
15511
Handle(3,
TableIndex
.Param),
15512
Handle(23,
TableIndex
.CustomAttribute),
15513
Handle(3,
TableIndex
.StandAloneSig),
15514
Handle(4,
TableIndex
.TypeSpec),
15515
Handle(3,
TableIndex
.AssemblyRef));
15614
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
15615
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
15616
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
15617
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
15618
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
15619
Row(15,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15620
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15621
Row(16,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15622
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15623
Row(17,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15624
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15625
Row(18,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15626
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15627
Row(19,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15628
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15629
Row(20,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15630
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
15631
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
15632
Row(16,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15633
Row(9,
TableIndex
.Param, EditAndContinueOperation.Default),
15634
Row(18,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15635
Row(10,
TableIndex
.Param, EditAndContinueOperation.Default),
15636
Row(19,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15637
Row(11,
TableIndex
.Param, EditAndContinueOperation.Default),
15638
Row(30,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15639
Row(31,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15640
Row(32,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15641
Row(33,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15642
Row(34,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15643
Row(35,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15644
Row(2,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
15645
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
15702
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
15703
Row(5,
TableIndex
.Field, EditAndContinueOperation.Default),
15704
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15705
Row(21,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15706
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15707
Row(22,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15708
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15709
Row(23,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15710
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15711
Row(24,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15712
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
15713
Row(4,
TableIndex
.Property, EditAndContinueOperation.Default),
15714
Row(21,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15715
Row(15,
TableIndex
.Param, EditAndContinueOperation.Default),
15716
Row(21,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15717
Row(16,
TableIndex
.Param, EditAndContinueOperation.Default),
15718
Row(21,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15719
Row(17,
TableIndex
.Param, EditAndContinueOperation.Default),
15720
Row(23,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15721
Row(18,
TableIndex
.Param, EditAndContinueOperation.Default),
15722
Row(24,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15723
Row(19,
TableIndex
.Param, EditAndContinueOperation.Default),
15724
Row(24,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15725
Row(20,
TableIndex
.Param, EditAndContinueOperation.Default),
15726
Row(24,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15727
Row(21,
TableIndex
.Param, EditAndContinueOperation.Default),
15728
Row(39,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15729
Row(40,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15730
Row(41,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15731
Row(42,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15732
Row(43,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15733
Row(6,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
15734
Row(7,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
15837
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
15838
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
15839
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15840
Row(19,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15841
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
15842
Row(20,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
15843
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
15844
Row(3,
TableIndex
.Property, EditAndContinueOperation.Default),
15845
Row(20,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
15846
Row(12,
TableIndex
.Param, EditAndContinueOperation.Default),
15847
Row(35,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15848
Row(36,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15849
Row(37,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15850
Row(38,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
15851
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
15852
Row(5,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
15924
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
15925
Row(7,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
15926
Row(8,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
15927
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
15928
Row(9,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
15929
Row(10,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
15930
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default), // Synthesized Main method
15931
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default));
15934
Handle(8,
TableIndex
.TypeRef),
15935
Handle(9,
TableIndex
.TypeRef),
15936
Handle(10,
TableIndex
.TypeRef),
15937
Handle(1,
TableIndex
.MethodDef),
15938
Handle(1,
TableIndex
.Param),
15939
Handle(7,
TableIndex
.MemberRef),
15940
Handle(8,
TableIndex
.MemberRef),
15941
Handle(2,
TableIndex
.AssemblyRef));
16395
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
16396
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
16397
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
16398
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16399
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
16400
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16401
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
16406
Handle(4,
TableIndex
.TypeDef),
16407
Handle(1,
TableIndex
.Field),
16408
Handle(1,
TableIndex
.MethodDef),
16409
Handle(4,
TableIndex
.MethodDef),
16410
Handle(4,
TableIndex
.CustomAttribute)
16477
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
16478
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
16482
Handle(3,
TableIndex
.MethodDef),
16514
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
16515
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
16516
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
16517
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16518
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
16519
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16520
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
16525
Handle(3,
TableIndex
.TypeDef),
16526
Handle(1,
TableIndex
.Field),
16527
Handle(3,
TableIndex
.MethodDef),
16528
Handle(4,
TableIndex
.MethodDef),
16529
Handle(4,
TableIndex
.CustomAttribute)
16594
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
16595
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
16596
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
16597
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16598
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
16599
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16600
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
16604
Handle(3,
TableIndex
.TypeDef),
16605
Handle(1,
TableIndex
.Field),
16606
Handle(1,
TableIndex
.MethodDef),
16607
Handle(3,
TableIndex
.MethodDef),
16608
Handle(4,
TableIndex
.CustomAttribute)
16654
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
16658
Handle(1,
TableIndex
.MethodDef),
16717
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
16718
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
16719
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
16720
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16721
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
16722
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16723
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
16728
Handle(5,
TableIndex
.TypeDef),
16729
Handle(1,
TableIndex
.Field),
16730
Handle(3,
TableIndex
.MethodDef),
16731
Handle(5,
TableIndex
.MethodDef),
16732
Handle(7,
TableIndex
.CustomAttribute)
16737
new CustomAttributeRow(Handle(5,
TableIndex
.TypeDef), Handle(6,
TableIndex
.MemberRef))
16789
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16790
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
16791
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
16792
Row(1,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
16793
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
16794
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
16798
Handle(3,
TableIndex
.MethodDef),
16799
Handle(1,
TableIndex
.Param),
16800
Handle(2,
TableIndex
.Param),
16801
Handle(1,
TableIndex
.CustomAttribute),
16802
Handle(5,
TableIndex
.CustomAttribute),
16803
Handle(6,
TableIndex
.CustomAttribute)
16807
new CustomAttributeRow(Handle(1,
TableIndex
.Param), Handle(2,
TableIndex
.MethodDef)),
16808
new CustomAttributeRow(Handle(2,
TableIndex
.Param), Handle(2,
TableIndex
.MethodDef)),
16809
new CustomAttributeRow(Handle(3,
TableIndex
.MethodDef), Handle(2,
TableIndex
.MethodDef))
16863
Row(1,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
16864
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
16865
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16866
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
16867
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default)
16871
Handle(3,
TableIndex
.MethodDef),
16872
Handle(1,
TableIndex
.Param),
16873
Handle(1,
TableIndex
.StandAloneSig)
16911
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
16912
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
16913
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
16914
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16915
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
16916
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16917
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
16922
Handle(3,
TableIndex
.TypeDef),
16923
Handle(1,
TableIndex
.Field),
16924
Handle(3,
TableIndex
.MethodDef),
16925
Handle(4,
TableIndex
.MethodDef),
16926
Handle(4,
TableIndex
.CustomAttribute)
16975
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
16976
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
16977
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default)
16981
Handle(3,
TableIndex
.MethodDef),
16982
Handle(1,
TableIndex
.Param),
16983
Handle(2,
TableIndex
.StandAloneSig)
17051
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
17052
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
17053
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
17054
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17055
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17056
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
17057
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17058
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
17063
Handle(4,
TableIndex
.TypeDef),
17064
Handle(3,
TableIndex
.Field),
17065
Handle(1,
TableIndex
.MethodDef),
17066
Handle(5,
TableIndex
.MethodDef),
17067
Handle(6,
TableIndex
.MethodDef),
17068
Handle(5,
TableIndex
.CustomAttribute)
17129
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
17130
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
17131
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17132
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17133
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
17134
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
17139
Handle(4,
TableIndex
.Field),
17140
Handle(1,
TableIndex
.MethodDef),
17141
Handle(4,
TableIndex
.MethodDef),
17142
Handle(7,
TableIndex
.MethodDef)
17204
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17205
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
17210
Handle(1,
TableIndex
.MethodDef),
17211
Handle(7,
TableIndex
.MethodDef)
17303
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
17304
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
17305
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
17306
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17307
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17308
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
17309
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17310
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
17315
Handle(4,
TableIndex
.TypeDef),
17316
Handle(3,
TableIndex
.Field),
17317
Handle(2,
TableIndex
.MethodDef),
17318
Handle(5,
TableIndex
.MethodDef),
17319
Handle(6,
TableIndex
.MethodDef),
17320
Handle(5,
TableIndex
.CustomAttribute)
17477
Row(8,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
17478
Row(8,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
17479
Row(5,
TableIndex
.Field, EditAndContinueOperation.Default),
17480
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17481
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17482
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17483
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17484
Row(8,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
17485
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17486
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
17491
Handle(8,
TableIndex
.TypeDef),
17492
Handle(5,
TableIndex
.Field),
17493
Handle(5,
TableIndex
.MethodDef),
17494
Handle(9,
TableIndex
.MethodDef),
17495
Handle(10,
TableIndex
.MethodDef),
17496
Handle(11,
TableIndex
.MethodDef),
17497
Handle(12,
TableIndex
.MethodDef),
17498
Handle(15,
TableIndex
.CustomAttribute)
17633
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17634
Row(16,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
17639
Handle(13,
TableIndex
.MethodDef),
17640
Handle(16,
TableIndex
.MethodDef)
17754
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
17755
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
17756
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
17757
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17758
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17759
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17760
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
17761
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17762
Row(18,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
17767
Handle(7,
TableIndex
.TypeDef),
17768
Handle(1,
TableIndex
.Field),
17769
Handle(5,
TableIndex
.MethodDef),
17770
Handle(7,
TableIndex
.MethodDef),
17771
Handle(8,
TableIndex
.MethodDef),
17772
Handle(9,
TableIndex
.MethodDef),
17773
Handle(18,
TableIndex
.CustomAttribute)
17928
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17929
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17930
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
17931
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
18058
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
18059
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
18060
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
18061
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18062
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
18063
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18064
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
18065
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18066
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
18067
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
18068
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
18072
Handle(3,
TableIndex
.TypeDef),
18073
Handle(1,
TableIndex
.Field),
18074
Handle(1,
TableIndex
.MethodDef),
18075
Handle(3,
TableIndex
.MethodDef),
18076
Handle(4,
TableIndex
.MethodDef),
18077
Handle(2,
TableIndex
.Param),
18078
Handle(4,
TableIndex
.CustomAttribute)
18133
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18134
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18135
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default)
18140
Handle(1,
TableIndex
.MethodDef),
18141
Handle(3,
TableIndex
.MethodDef),
18142
Handle(1,
TableIndex
.Param)
18204
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
18205
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
18206
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
18207
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
18208
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18209
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
18210
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18211
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
18212
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18213
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
18214
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
18215
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
18220
Handle(3,
TableIndex
.TypeDef),
18221
Handle(1,
TableIndex
.Field),
18222
Handle(1,
TableIndex
.MethodDef),
18223
Handle(3,
TableIndex
.MethodDef),
18224
Handle(4,
TableIndex
.MethodDef),
18225
Handle(2,
TableIndex
.Param),
18226
Handle(4,
TableIndex
.CustomAttribute),
18227
Handle(2,
TableIndex
.StandAloneSig)
18283
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
18284
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18285
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18286
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
18290
Handle(1,
TableIndex
.MethodDef),
18291
Handle(3,
TableIndex
.MethodDef),
18292
Handle(1,
TableIndex
.Param),
18293
Handle(3,
TableIndex
.StandAloneSig)
18357
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
18358
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
18359
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
18360
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18361
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
18362
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18363
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
18364
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18365
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
18366
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
18367
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
18368
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
18369
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
18374
Handle(3,
TableIndex
.TypeDef),
18375
Handle(1,
TableIndex
.Field),
18376
Handle(1,
TableIndex
.MethodDef),
18377
Handle(3,
TableIndex
.MethodDef),
18378
Handle(4,
TableIndex
.MethodDef),
18379
Handle(2,
TableIndex
.Param),
18380
Handle(3,
TableIndex
.Param),
18381
Handle(4,
TableIndex
.CustomAttribute)
18436
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18437
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
18438
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
18442
Handle(1,
TableIndex
.MethodDef),
18443
Handle(3,
TableIndex
.MethodDef),
18444
Handle(1,
TableIndex
.Param),
18913
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
18918
Handle(1,
TableIndex
.MethodDef)
19017
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
19018
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
19023
Handle(1,
TableIndex
.MethodDef),
19024
Handle(2,
TableIndex
.StandAloneSig)
19126
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
19131
Handle(1,
TableIndex
.MethodDef)
19257
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
19258
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
19259
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
19260
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19261
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
19262
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19263
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
19264
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19265
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
19266
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
19271
Handle(4,
TableIndex
.TypeDef),
19272
Handle(1,
TableIndex
.MethodDef),
19273
Handle(4,
TableIndex
.MethodDef),
19274
Handle(1,
TableIndex
.Param),
19275
Handle(3,
TableIndex
.Param),
19276
Handle(5,
TableIndex
.CustomAttribute),
19277
Handle(3,
TableIndex
.StandAloneSig),
19278
Handle(4,
TableIndex
.StandAloneSig)
19319
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
19320
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
19321
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19322
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
19323
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19324
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
19325
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19326
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
19327
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
19332
Handle(4,
TableIndex
.TypeDef),
19333
Handle(1,
TableIndex
.MethodDef),
19334
Handle(4,
TableIndex
.MethodDef),
19335
Handle(1,
TableIndex
.Param),
19336
Handle(3,
TableIndex
.Param),
19337
Handle(5,
TableIndex
.CustomAttribute),
19338
Handle(2,
TableIndex
.StandAloneSig)
19405
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
19406
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
19407
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19408
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
19409
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19410
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
19411
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19412
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19413
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
19414
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19415
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
19416
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19417
Row(4,
TableIndex
.Param, EditAndContinueOperation.Default),
19418
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
19419
Row(3,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19420
Row(4,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19421
Row(5,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19422
Row(6,
TableIndex
.GenericParam, EditAndContinueOperation.Default)
19427
Handle(5,
TableIndex
.TypeDef),
19428
Handle(1,
TableIndex
.MethodDef),
19429
Handle(4,
TableIndex
.MethodDef),
19430
Handle(5,
TableIndex
.MethodDef),
19431
Handle(2,
TableIndex
.Param),
19432
Handle(3,
TableIndex
.Param),
19433
Handle(4,
TableIndex
.Param),
19434
Handle(6,
TableIndex
.CustomAttribute),
19435
Handle(2,
TableIndex
.StandAloneSig),
19436
Handle(3,
TableIndex
.GenericParam),
19437
Handle(4,
TableIndex
.GenericParam),
19438
Handle(5,
TableIndex
.GenericParam),
19439
Handle(6,
TableIndex
.GenericParam)
19531
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
19532
Row(8,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
19533
Row(9,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
19534
Row(9,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
19535
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
19536
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19537
Row(8,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
19538
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19539
Row(8,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
19540
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19541
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19542
Row(9,
TableIndex
.Param, EditAndContinueOperation.Default),
19543
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19544
Row(10,
TableIndex
.Param, EditAndContinueOperation.Default),
19545
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19546
Row(11,
TableIndex
.Param, EditAndContinueOperation.Default),
19547
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19548
Row(12,
TableIndex
.Param, EditAndContinueOperation.Default),
19549
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
19550
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
19551
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
19552
Row(13,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
19553
Row(8,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19554
Row(9,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19555
Row(10,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19556
Row(11,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19557
Row(12,
TableIndex
.GenericParam, EditAndContinueOperation.Default)
19562
Handle(8,
TableIndex
.TypeDef),
19563
Handle(9,
TableIndex
.TypeDef),
19564
Handle(3,
TableIndex
.Field),
19565
Handle(6,
TableIndex
.MethodDef),
19566
Handle(11,
TableIndex
.MethodDef),
19567
Handle(12,
TableIndex
.MethodDef),
19568
Handle(9,
TableIndex
.Param),
19569
Handle(10,
TableIndex
.Param),
19570
Handle(11,
TableIndex
.Param),
19571
Handle(12,
TableIndex
.Param),
19572
Handle(10,
TableIndex
.CustomAttribute),
19573
Handle(11,
TableIndex
.CustomAttribute),
19574
Handle(12,
TableIndex
.CustomAttribute),
19575
Handle(13,
TableIndex
.CustomAttribute),
19576
Handle(3,
TableIndex
.StandAloneSig),
19577
Handle(8,
TableIndex
.GenericParam),
19578
Handle(9,
TableIndex
.GenericParam),
19579
Handle(10,
TableIndex
.GenericParam),
19580
Handle(11,
TableIndex
.GenericParam),
19581
Handle(12,
TableIndex
.GenericParam)
19602
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
19603
Row(10,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
19604
Row(11,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
19605
Row(11,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
19606
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
19607
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19608
Row(10,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
19609
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19610
Row(10,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
19611
Row(14,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
19612
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19613
Row(13,
TableIndex
.Param, EditAndContinueOperation.Default),
19614
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19615
Row(14,
TableIndex
.Param, EditAndContinueOperation.Default),
19616
Row(14,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19617
Row(15,
TableIndex
.Param, EditAndContinueOperation.Default),
19618
Row(14,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
19619
Row(16,
TableIndex
.Param, EditAndContinueOperation.Default),
19620
Row(14,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
19621
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
19622
Row(16,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
19623
Row(17,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
19624
Row(13,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19625
Row(14,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19626
Row(15,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19627
Row(16,
TableIndex
.GenericParam, EditAndContinueOperation.Default),
19628
Row(17,
TableIndex
.GenericParam, EditAndContinueOperation.Default)
19633
Handle(10,
TableIndex
.TypeDef),
19634
Handle(11,
TableIndex
.TypeDef),
19635
Handle(4,
TableIndex
.Field),
19636
Handle(6,
TableIndex
.MethodDef),
19637
Handle(13,
TableIndex
.MethodDef),
19638
Handle(14,
TableIndex
.MethodDef),
19639
Handle(13,
TableIndex
.Param),
19640
Handle(14,
TableIndex
.Param),
19641
Handle(15,
TableIndex
.Param),
19642
Handle(16,
TableIndex
.Param),
19643
Handle(14,
TableIndex
.CustomAttribute),
19644
Handle(15,
TableIndex
.CustomAttribute),
19645
Handle(16,
TableIndex
.CustomAttribute),
19646
Handle(17,
TableIndex
.CustomAttribute),
19647
Handle(4,
TableIndex
.StandAloneSig),
19648
Handle(13,
TableIndex
.GenericParam),
19649
Handle(14,
TableIndex
.GenericParam),
19650
Handle(15,
TableIndex
.GenericParam),
19651
Handle(16,
TableIndex
.GenericParam),
19652
Handle(17,
TableIndex
.GenericParam)
PDB\PDBUsingTests.cs (1)
2997
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.TypeSpec));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (25)
Attributes\AttributeTests_Assembly.cs (10)
1066
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType));
1112
Assert.Equal(1, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef));
1113
Assert.Equal(3, metadataReader.GetTableRowCount(
TableIndex
.ExportedType));
1133
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef));
1134
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType));
1187
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType));
1227
Assert.Equal(1, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef));
1228
Assert.Equal(3, metadataReader.GetTableRowCount(
TableIndex
.ExportedType));
1248
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef));
1249
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType));
Attributes\AttributeTests_StructLayout.cs (3)
45
Assert.Equal(9, metadataReader.GetTableRowCount(
TableIndex
.ClassLayout));
363
Assert.Equal(2, reader.GetTableRowCount(
TableIndex
.FieldLayout));
411
Assert.Equal(2, reader.GetTableRowCount(
TableIndex
.FieldLayout));
Attributes\AttributeTests_WellKnownAttributes.cs (12)
2136
Assert.Equal(15, metadataReader.GetTableRowCount(
TableIndex
.Param));
2638
Assert.Equal(3, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef));
2639
Assert.Equal(3, metadataReader.GetTableRowCount(
TableIndex
.ImplMap));
2700
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.File));
2703
Assert.Equal(1, metadataReader.GetTableRowCount(
TableIndex
.ImplMap));
2812
Assert.Equal(4, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef));
2813
Assert.Equal(5, metadataReader.GetTableRowCount(
TableIndex
.ImplMap));
2928
Assert.Equal(cases.Length, metadataReader.GetTableRowCount(
TableIndex
.ImplMap));
3429
Assert.Equal(1, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef));
3430
Assert.Equal(1, metadataReader.GetTableRowCount(
TableIndex
.ImplMap));
3461
Assert.Equal(1, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef));
3462
Assert.Equal(1, metadataReader.GetTableRowCount(
TableIndex
.ImplMap));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (9)
Symbols\Metadata\PE\TypeForwarders.cs (7)
1511
Assert.Equal(forwardedTypeFullNames.Length, metadataReader.GetTableRowCount(
TableIndex
.ExportedType));
1636
Assert.Equal(1, peReader.GetTableRowCount(
TableIndex
.ExportedType));
1647
Assert.Equal(1, peReader1.GetTableRowCount(
TableIndex
.ExportedType));
1690
Assert.Equal(0, peReader.GetTableRowCount(
TableIndex
.ExportedType));
1700
Assert.Equal(0, peReader1.GetTableRowCount(
TableIndex
.ExportedType));
1710
Assert.Equal(0, peReader.GetTableRowCount(
TableIndex
.ExportedType));
1780
Assert.Equal(forwardedTypeFullNames.Length, peReader.GetTableRowCount(
TableIndex
.ExportedType));
Symbols\PartialPropertiesTests.cs (2)
839
Assert.Equal(2, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef));
840
Assert.Equal(2, metadataReader.GetTableRowCount(
TableIndex
.ImplMap));
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
97
if (reader.GetTableRowCount(
TableIndex
.EncMap) == 0)
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditSession.cs (1)
139
var highestExistingTypeDefRow = emitResult.Baseline.OriginalMetadata.GetMetadataReader().GetTableRowCount(
TableIndex
.TypeDef);
Microsoft.CodeAnalysis.Features.Test.Utilities (2)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (2)
388
internal static EditAndContinueLogEntry Row(int rowNumber,
TableIndex
table, EditAndContinueOperation operation)
401
TableIndex
tableIndex;
Microsoft.CodeAnalysis.Test.Utilities (6)
Metadata\MetadataReaderUtils.cs (5)
29
for (int i = 1, n = reader.GetTableRowCount(
TableIndex
.Constant); i <= n; i++)
37
for (int i = 1, n = reader.GetTableRowCount(
TableIndex
.Param); i <= n; i++)
45
for (int i = 1, n = reader.GetTableRowCount(
TableIndex
.GenericParam); i <= n; i++)
53
for (int i = 1, n = reader.GetTableRowCount(
TableIndex
.GenericParamConstraint); i <= n; i++)
61
for (int i = 1, n = reader.GetTableRowCount(
TableIndex
.ModuleRef); i <= n; i++)
Metadata\MetadataValidation.cs (1)
136
Assert.Equal(expectedMarshalCount, metadataReader.GetTableRowCount(
TableIndex
.FieldMarshal));
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1143)
Attributes\AssemblyAttributes.vb (10)
1298
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType))
1335
Assert.Equal(1, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef))
1336
Assert.Equal(3, metadataReader.GetTableRowCount(
TableIndex
.ExportedType))
1351
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef))
1352
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType))
1415
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType))
1446
Assert.Equal(1, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef))
1447
Assert.Equal(3, metadataReader.GetTableRowCount(
TableIndex
.ExportedType))
1462
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef))
1463
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType))
Attributes\AttributeTests_StructLayout.vb (2)
69
Assert.Equal(9, reader.GetTableRowCount(
TableIndex
.ClassLayout))
597
Assert.Equal(2, reader.GetTableRowCount(
TableIndex
.FieldLayout))
Attributes\AttributeTests_WellKnownAttributes.vb (21)
1420
Assert.Equal(3, reader.GetTableRowCount(
TableIndex
.ModuleRef))
1421
Assert.Equal(3, reader.GetTableRowCount(
TableIndex
.ImplMap))
1507
Assert.Equal(0, reader.GetTableRowCount(
TableIndex
.File))
1508
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ImplMap))
1656
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ModuleRef))
1657
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ImplMap))
1689
Assert.Equal(1, peFileReader.GetTableRowCount(
TableIndex
.ModuleRef))
1690
Assert.Equal(1, peFileReader.GetTableRowCount(
TableIndex
.ImplMap))
1724
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ModuleRef))
1725
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ImplMap))
1941
Assert.Equal(cases.Length, reader.GetTableRowCount(
TableIndex
.ImplMap))
2519
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ModuleRef))
2520
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ImplMap))
2550
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ModuleRef))
2551
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ImplMap))
2769
Assert.Equal(0, reader.GetTableRowCount(
TableIndex
.File))
2770
Assert.Equal(1, reader.GetTableRowCount(
TableIndex
.ModuleRef))
2813
Assert.Equal(4, peFileReader.GetTableRowCount(
TableIndex
.ModuleRef))
2814
Assert.Equal(4, peFileReader.GetTableRowCount(
TableIndex
.ImplMap))
2973
Assert.Equal(12, reader.GetTableRowCount(
TableIndex
.Param))
3032
Assert.Equal(3 + 3 + 1, reader.GetTableRowCount(
TableIndex
.Param))
Emit\EditAndContinue\EditAndContinueClosureTests.vb (98)
63
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
64
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
65
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
66
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
67
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
68
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
69
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
70
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
71
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
72
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
73
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
74
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
75
Row(1,
TableIndex
.NestedClass, EditAndContinueOperation.Default))
124
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
125
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
126
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
127
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default))
175
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
176
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
177
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
178
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default))
226
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
227
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
228
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
229
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
230
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
231
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
280
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
281
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
282
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
283
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
284
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default))
359
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
360
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
361
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
362
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
363
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
364
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
365
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
366
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
367
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
368
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
369
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
370
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default))
444
Row(6,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
445
Row(7,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
446
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
447
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
448
Row(11,
TableIndex
.Field, EditAndContinueOperation.Default),
449
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
450
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
451
Row(7,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
452
Row(16,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
453
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
454
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
455
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
456
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
646
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
647
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
648
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
649
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default))
715
Row(5,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
716
Row(23,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
717
Row(27,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
718
Row(28,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
719
Row(29,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
720
Row(30,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
721
Row(31,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
722
Row(32,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
723
Row(33,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
724
Row(34,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
725
Row(14,
TableIndex
.Param, EditAndContinueOperation.Default),
726
Row(15,
TableIndex
.Param, EditAndContinueOperation.Default),
727
Row(16,
TableIndex
.Param, EditAndContinueOperation.Default),
728
Row(17,
TableIndex
.Param, EditAndContinueOperation.Default),
729
Row(18,
TableIndex
.Param, EditAndContinueOperation.Default),
730
Row(19,
TableIndex
.Param, EditAndContinueOperation.Default),
731
Row(20,
TableIndex
.Param, EditAndContinueOperation.Default),
732
Row(21,
TableIndex
.Param, EditAndContinueOperation.Default),
733
Row(22,
TableIndex
.Param, EditAndContinueOperation.Default),
734
Row(23,
TableIndex
.Param, EditAndContinueOperation.Default))
788
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
789
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
790
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
791
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default))
852
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
853
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
854
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
855
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default))
918
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
919
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
920
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
921
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
922
Row(14,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
923
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default),
924
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
925
Row(7,
TableIndex
.Param, EditAndContinueOperation.Default),
926
Row(8,
TableIndex
.Param, EditAndContinueOperation.Default))
Emit\EditAndContinue\EditAndContinuePdbTests.vb (45)
163
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
164
Row(5,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
165
Row(6,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
166
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
167
Row(5,
TableIndex
.Field, EditAndContinueOperation.Default),
168
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
169
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
170
Row(16,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
171
Row(17,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
172
Row(18,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
173
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
174
Row(19,
TableIndex
.MethodDef, EditAndContinueOperation.Default))
179
Handle(11,
TableIndex
.MethodDebugInformation),
180
Handle(13,
TableIndex
.MethodDebugInformation),
181
Handle(16,
TableIndex
.MethodDebugInformation),
182
Handle(17,
TableIndex
.MethodDebugInformation),
183
Handle(18,
TableIndex
.MethodDebugInformation),
184
Handle(19,
TableIndex
.MethodDebugInformation))
266
Row(7,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
267
Row(8,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
268
Row(9,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
269
Row(10,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
270
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
271
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
272
Row(6,
TableIndex
.Field, EditAndContinueOperation.Default),
273
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
274
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
275
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
276
Row(16,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
277
Row(17,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
278
Row(18,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
279
Row(19,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
280
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
281
Row(20,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
282
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
283
Row(21,
TableIndex
.MethodDef, EditAndContinueOperation.Default))
288
Handle(10,
TableIndex
.MethodDebugInformation),
289
Handle(11,
TableIndex
.MethodDebugInformation),
290
Handle(13,
TableIndex
.MethodDebugInformation),
291
Handle(16,
TableIndex
.MethodDebugInformation),
292
Handle(17,
TableIndex
.MethodDebugInformation),
293
Handle(18,
TableIndex
.MethodDebugInformation),
294
Handle(19,
TableIndex
.MethodDebugInformation),
295
Handle(20,
TableIndex
.MethodDebugInformation),
296
Handle(21,
TableIndex
.MethodDebugInformation))
Emit\EditAndContinue\EditAndContinueStateMachineTests.vb (610)
66
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
67
Row(17,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
68
Row(18,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
69
Row(19,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
70
Row(20,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
71
Row(21,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
72
Row(22,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
73
Row(23,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
74
Row(24,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
75
Row(25,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
76
Row(26,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
77
Row(27,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
78
Row(28,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
79
Row(29,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
80
Row(18,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
81
Row(19,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
82
Row(20,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
83
Row(21,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
84
Row(22,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
85
Row(23,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
86
Row(24,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
87
Row(25,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
88
Row(26,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
89
Row(27,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
90
Row(28,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
91
Row(29,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
92
Row(30,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
93
Row(3,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
94
Row(4,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
95
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
96
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
97
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
98
Row(2,
TableIndex
.PropertyMap, EditAndContinueOperation.Default),
99
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
100
Row(5,
TableIndex
.Field, EditAndContinueOperation.Default),
101
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
102
Row(6,
TableIndex
.Field, EditAndContinueOperation.Default),
103
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
104
Row(7,
TableIndex
.Field, EditAndContinueOperation.Default),
105
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
106
Row(8,
TableIndex
.Field, EditAndContinueOperation.Default),
107
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
108
Row(11,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
109
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
110
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
111
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
112
Row(13,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
113
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
114
Row(14,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
115
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
116
Row(15,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
117
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
118
Row(16,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
119
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
120
Row(17,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
121
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
122
Row(18,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
123
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
124
Row(19,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
125
Row(2,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
126
Row(3,
TableIndex
.Property, EditAndContinueOperation.Default),
127
Row(2,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
128
Row(4,
TableIndex
.Property, EditAndContinueOperation.Default),
129
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
130
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
131
Row(13,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
132
Row(14,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
133
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
134
Row(16,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
135
Row(17,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
136
Row(18,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
137
Row(19,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
138
Row(20,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
139
Row(21,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
140
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
141
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
142
Row(8,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
143
Row(9,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
144
Row(10,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
145
Row(11,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
146
Row(12,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
147
Row(13,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
148
Row(14,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
149
Row(2,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
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))
156
Handle(18,
TableIndex
.TypeRef),
157
Handle(19,
TableIndex
.TypeRef),
158
Handle(20,
TableIndex
.TypeRef),
159
Handle(21,
TableIndex
.TypeRef),
160
Handle(22,
TableIndex
.TypeRef),
161
Handle(23,
TableIndex
.TypeRef),
162
Handle(24,
TableIndex
.TypeRef),
163
Handle(25,
TableIndex
.TypeRef),
164
Handle(26,
TableIndex
.TypeRef),
165
Handle(27,
TableIndex
.TypeRef),
166
Handle(28,
TableIndex
.TypeRef),
167
Handle(29,
TableIndex
.TypeRef),
168
Handle(30,
TableIndex
.TypeRef),
169
Handle(4,
TableIndex
.TypeDef),
170
Handle(5,
TableIndex
.Field),
171
Handle(6,
TableIndex
.Field),
172
Handle(7,
TableIndex
.Field),
173
Handle(8,
TableIndex
.Field),
174
Handle(11,
TableIndex
.MethodDef),
175
Handle(12,
TableIndex
.MethodDef),
176
Handle(13,
TableIndex
.MethodDef),
177
Handle(14,
TableIndex
.MethodDef),
178
Handle(15,
TableIndex
.MethodDef),
179
Handle(16,
TableIndex
.MethodDef),
180
Handle(17,
TableIndex
.MethodDef),
181
Handle(18,
TableIndex
.MethodDef),
182
Handle(19,
TableIndex
.MethodDef),
183
Handle(2,
TableIndex
.Param),
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),
189
Handle(17,
TableIndex
.MemberRef),
190
Handle(18,
TableIndex
.MemberRef),
191
Handle(19,
TableIndex
.MemberRef),
192
Handle(20,
TableIndex
.MemberRef),
193
Handle(21,
TableIndex
.MemberRef),
194
Handle(22,
TableIndex
.MemberRef),
195
Handle(23,
TableIndex
.MemberRef),
196
Handle(24,
TableIndex
.MemberRef),
197
Handle(25,
TableIndex
.MemberRef),
198
Handle(26,
TableIndex
.MemberRef),
199
Handle(27,
TableIndex
.MemberRef),
200
Handle(28,
TableIndex
.MemberRef),
201
Handle(29,
TableIndex
.MemberRef),
202
Handle(13,
TableIndex
.CustomAttribute),
203
Handle(14,
TableIndex
.CustomAttribute),
204
Handle(15,
TableIndex
.CustomAttribute),
205
Handle(16,
TableIndex
.CustomAttribute),
206
Handle(17,
TableIndex
.CustomAttribute),
207
Handle(18,
TableIndex
.CustomAttribute),
208
Handle(19,
TableIndex
.CustomAttribute),
209
Handle(20,
TableIndex
.CustomAttribute),
210
Handle(21,
TableIndex
.CustomAttribute),
211
Handle(3,
TableIndex
.StandAloneSig),
212
Handle(4,
TableIndex
.StandAloneSig),
213
Handle(2,
TableIndex
.PropertyMap),
214
Handle(3,
TableIndex
.Property),
215
Handle(4,
TableIndex
.Property),
216
Handle(3,
TableIndex
.MethodSemantics),
217
Handle(4,
TableIndex
.MethodSemantics),
218
Handle(8,
TableIndex
.MethodImpl),
219
Handle(9,
TableIndex
.MethodImpl),
220
Handle(10,
TableIndex
.MethodImpl),
221
Handle(11,
TableIndex
.MethodImpl),
222
Handle(12,
TableIndex
.MethodImpl),
223
Handle(13,
TableIndex
.MethodImpl),
224
Handle(14,
TableIndex
.MethodImpl),
225
Handle(3,
TableIndex
.TypeSpec),
226
Handle(4,
TableIndex
.TypeSpec),
227
Handle(2,
TableIndex
.AssemblyRef),
228
Handle(2,
TableIndex
.NestedClass))
420
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
421
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
422
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
423
Row(6,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
424
Row(7,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
425
Row(8,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
426
Row(9,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
427
Row(10,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
428
Row(11,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
429
Row(12,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
430
Row(13,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
431
Row(14,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
432
Row(15,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
433
Row(16,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
434
Row(17,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
435
Row(18,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
436
Row(19,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
437
Row(20,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
438
Row(21,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
439
Row(22,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
440
Row(23,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
441
Row(1,
TableIndex
.MethodSpec, EditAndContinueOperation.Default),
442
Row(2,
TableIndex
.MethodSpec, EditAndContinueOperation.Default),
443
Row(3,
TableIndex
.MethodSpec, EditAndContinueOperation.Default),
444
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
445
Row(7,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
446
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
447
Row(9,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
448
Row(10,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
449
Row(11,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
450
Row(12,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
451
Row(13,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
452
Row(14,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
453
Row(15,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
454
Row(16,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
455
Row(17,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
456
Row(18,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
457
Row(1,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
458
Row(2,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
459
Row(3,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
460
Row(1,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
461
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
462
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
463
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
464
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
465
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
466
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
467
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
468
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
469
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
470
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
471
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
472
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
473
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
474
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
475
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
476
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
477
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
478
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
479
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
480
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
481
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
482
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
483
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
484
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
485
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
486
Row(1,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
487
Row(2,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
488
Row(1,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
489
Row(1,
TableIndex
.InterfaceImpl, EditAndContinueOperation.Default))
491
Handle(6,
TableIndex
.TypeRef),
492
Handle(7,
TableIndex
.TypeRef),
493
Handle(8,
TableIndex
.TypeRef),
494
Handle(9,
TableIndex
.TypeRef),
495
Handle(10,
TableIndex
.TypeRef),
496
Handle(11,
TableIndex
.TypeRef),
497
Handle(12,
TableIndex
.TypeRef),
498
Handle(13,
TableIndex
.TypeRef),
499
Handle(14,
TableIndex
.TypeRef),
500
Handle(15,
TableIndex
.TypeRef),
501
Handle(16,
TableIndex
.TypeRef),
502
Handle(17,
TableIndex
.TypeRef),
503
Handle(18,
TableIndex
.TypeRef),
504
Handle(3,
TableIndex
.TypeDef),
505
Handle(1,
TableIndex
.Field),
506
Handle(2,
TableIndex
.Field),
507
Handle(3,
TableIndex
.Field),
508
Handle(4,
TableIndex
.Field),
509
Handle(2,
TableIndex
.MethodDef),
510
Handle(3,
TableIndex
.MethodDef),
511
Handle(4,
TableIndex
.MethodDef),
512
Handle(5,
TableIndex
.MethodDef),
513
Handle(1,
TableIndex
.Param),
514
Handle(1,
TableIndex
.InterfaceImpl),
515
Handle(5,
TableIndex
.MemberRef),
516
Handle(6,
TableIndex
.MemberRef),
517
Handle(7,
TableIndex
.MemberRef),
518
Handle(8,
TableIndex
.MemberRef),
519
Handle(9,
TableIndex
.MemberRef),
520
Handle(10,
TableIndex
.MemberRef),
521
Handle(11,
TableIndex
.MemberRef),
522
Handle(12,
TableIndex
.MemberRef),
523
Handle(13,
TableIndex
.MemberRef),
524
Handle(14,
TableIndex
.MemberRef),
525
Handle(15,
TableIndex
.MemberRef),
526
Handle(16,
TableIndex
.MemberRef),
527
Handle(17,
TableIndex
.MemberRef),
528
Handle(18,
TableIndex
.MemberRef),
529
Handle(19,
TableIndex
.MemberRef),
530
Handle(20,
TableIndex
.MemberRef),
531
Handle(21,
TableIndex
.MemberRef),
532
Handle(22,
TableIndex
.MemberRef),
533
Handle(23,
TableIndex
.MemberRef),
534
Handle(4,
TableIndex
.CustomAttribute),
535
Handle(5,
TableIndex
.CustomAttribute),
536
Handle(6,
TableIndex
.CustomAttribute),
537
Handle(7,
TableIndex
.CustomAttribute),
538
Handle(8,
TableIndex
.CustomAttribute),
539
Handle(1,
TableIndex
.StandAloneSig),
540
Handle(2,
TableIndex
.StandAloneSig),
541
Handle(1,
TableIndex
.MethodImpl),
542
Handle(2,
TableIndex
.MethodImpl),
543
Handle(1,
TableIndex
.TypeSpec),
544
Handle(2,
TableIndex
.TypeSpec),
545
Handle(3,
TableIndex
.TypeSpec),
546
Handle(2,
TableIndex
.AssemblyRef),
547
Handle(3,
TableIndex
.AssemblyRef),
548
Handle(1,
TableIndex
.NestedClass),
549
Handle(1,
TableIndex
.MethodSpec),
550
Handle(2,
TableIndex
.MethodSpec),
551
Handle(3,
TableIndex
.MethodSpec))
750
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
751
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
752
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
753
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.Default),
754
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
755
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
756
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
757
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
758
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
759
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
760
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
761
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
762
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
763
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
764
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
765
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
766
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
767
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
768
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
769
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
770
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
771
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
772
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
773
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
774
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
775
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
776
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
777
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
778
Row(10,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
779
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
780
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default),
781
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty),
782
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
783
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
784
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
785
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
786
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
787
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
788
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
789
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
790
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
791
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
792
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
793
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
794
Row(1,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
795
Row(2,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
796
Row(1,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
797
Row(2,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
798
Row(3,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
799
Row(4,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
800
Row(5,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
801
Row(6,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
802
Row(7,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
803
Row(1,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
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))
858
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
859
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
860
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
861
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
862
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
863
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
864
Row(2,
TableIndex
.Field, EditAndContinueOperation.Default),
865
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
866
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
867
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
868
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
869
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
870
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
871
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
872
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
873
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
874
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
875
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
876
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
877
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
878
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
879
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
880
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
881
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
882
Row(8,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
883
Row(1,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
884
Row(2,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
885
Row(1,
TableIndex
.NestedClass, EditAndContinueOperation.Default),
886
Row(1,
TableIndex
.InterfaceImpl, EditAndContinueOperation.Default))
933
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
934
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
935
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
981
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
982
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
983
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
984
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
1071
Row(7,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1072
Row(8,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1073
Row(9,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1074
Row(10,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1075
Row(11,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1076
Row(12,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1077
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
1078
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
1079
Row(16,
TableIndex
.Field, EditAndContinueOperation.Default),
1080
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1081
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1082
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1083
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1084
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1085
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1086
Row(6,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
1087
Row(14,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1088
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
1089
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
1090
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
1091
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1092
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1093
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1094
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1095
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1096
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1097
Row(13,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1098
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1099
Row(17,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
1180
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1181
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1182
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1183
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1184
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1185
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1186
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1187
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
1366
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1367
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
1368
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1369
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1370
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1371
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1372
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
3608
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3609
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3610
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3611
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3612
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3613
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
3614
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3615
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3616
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
3713
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3714
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3715
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
3716
Row(8,
TableIndex
.Field, EditAndContinueOperation.Default),
3717
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3718
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3719
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3720
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
3721
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3722
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3723
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
3823
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3824
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3825
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
3826
Row(8,
TableIndex
.Field, EditAndContinueOperation.Default),
3827
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3828
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3829
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3830
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
3831
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3832
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3833
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
3929
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3930
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
3931
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
3932
Row(6,
TableIndex
.Field, EditAndContinueOperation.Default),
3933
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3934
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3935
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
3936
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3937
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
3938
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
4062
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4063
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
4064
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4065
Row(8,
TableIndex
.Field, EditAndContinueOperation.Default),
4066
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
4067
Row(9,
TableIndex
.Field, EditAndContinueOperation.Default),
4068
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4069
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4070
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
4071
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4072
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
4073
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
6385
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6386
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6387
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6388
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6389
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
6390
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
6391
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
6392
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
6538
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6539
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6540
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
6541
Row(7,
TableIndex
.Field, EditAndContinueOperation.Default),
6542
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6543
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6544
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
6545
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
6546
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
6547
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
6696
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6697
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6698
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
6699
Row(7,
TableIndex
.Field, EditAndContinueOperation.Default),
6700
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6701
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6702
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
6703
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
6704
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
6705
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
6850
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6851
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6852
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
6853
Row(6,
TableIndex
.Field, EditAndContinueOperation.Default),
6854
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6855
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6856
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
6857
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
6858
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
7140
Row(7,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7141
Row(8,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7142
Row(9,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7143
Row(10,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7144
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7145
Row(19,
TableIndex
.Field, EditAndContinueOperation.Default),
7146
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7147
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7148
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7149
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7150
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7151
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7152
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7153
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7154
Row(13,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7155
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
7260
Row(11,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7261
Row(12,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7262
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7263
Row(20,
TableIndex
.Field, EditAndContinueOperation.Default),
7264
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7265
Row(21,
TableIndex
.Field, EditAndContinueOperation.Default),
7266
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7267
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7268
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7269
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7270
Row(13,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
7375
Row(13,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7376
Row(14,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7377
Row(15,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7378
Row(16,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7379
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7380
Row(22,
TableIndex
.Field, EditAndContinueOperation.Default),
7381
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7382
Row(23,
TableIndex
.Field, EditAndContinueOperation.Default),
7383
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7384
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7385
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7386
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7387
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7388
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7389
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7390
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7391
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7392
Row(17,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
7641
Row(10,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7642
Row(11,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7643
Row(12,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7644
Row(13,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7645
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7646
Row(14,
TableIndex
.Field, EditAndContinueOperation.Default),
7647
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7648
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7649
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7650
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7651
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7652
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7653
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7654
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7655
Row(13,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7656
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
7804
Row(14,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7805
Row(15,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7806
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7807
Row(15,
TableIndex
.Field, EditAndContinueOperation.Default),
7808
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7809
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7810
Row(6,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7811
Row(7,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7812
Row(13,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
7960
Row(16,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7961
Row(17,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7962
Row(18,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7963
Row(19,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7964
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7965
Row(16,
TableIndex
.Field, EditAndContinueOperation.Default),
7966
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7967
Row(17,
TableIndex
.Field, EditAndContinueOperation.Default),
7968
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7969
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7970
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7971
Row(15,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7972
Row(9,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7973
Row(10,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7974
Row(11,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7975
Row(12,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7976
Row(15,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
7977
Row(17,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
Emit\EditAndContinue\EditAndContinueTestBase.vb (2)
190
Friend Shared Function Row(rowNumber As Integer, table As
TableIndex
, operation As EditAndContinueOperation) As EditAndContinueLogEntry
194
Friend Shared Function Handle(rowNumber As Integer, table As
TableIndex
) As EntityHandle
Emit\EditAndContinue\EditAndContinueTests.vb (352)
204
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
205
Row(4,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
206
Row(7,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
207
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
208
Row(9,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
209
Row(2,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
210
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
211
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default)) ' C.F
213
Handle(8,
TableIndex
.TypeRef),
214
Handle(9,
TableIndex
.TypeRef),
215
Handle(3,
TableIndex
.MethodDef),
216
Handle(7,
TableIndex
.MemberRef),
217
Handle(2,
TableIndex
.StandAloneSig),
218
Handle(2,
TableIndex
.TypeSpec),
219
Handle(3,
TableIndex
.AssemblyRef),
220
Handle(4,
TableIndex
.AssemblyRef))
267
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
268
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
269
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default))
272
Handle(2,
TableIndex
.MethodDef),
273
Handle(1,
TableIndex
.Param),
274
Handle(2,
TableIndex
.StandAloneSig))
311
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
312
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default)
317
Handle(2,
TableIndex
.MethodDef),
318
Handle(1,
TableIndex
.Param)
369
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
370
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
371
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default))
373
Handle(6,
TableIndex
.TypeRef),
374
Handle(3,
TableIndex
.MethodDef),
375
Handle(2,
TableIndex
.AssemblyRef))
449
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
450
Row(4,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
451
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
452
Row(6,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
453
Row(5,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
454
Row(1,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
455
Row(2,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
456
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
457
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
458
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
459
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
460
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
461
Row(1,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
462
Row(2,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
463
Row(1,
TableIndex
.InterfaceImpl, EditAndContinueOperation.Default),
464
Row(2,
TableIndex
.InterfaceImpl, EditAndContinueOperation.Default))
466
Handle(5,
TableIndex
.TypeRef),
467
Handle(3,
TableIndex
.TypeDef),
468
Handle(2,
TableIndex
.MethodDef),
469
Handle(3,
TableIndex
.MethodDef),
470
Handle(1,
TableIndex
.InterfaceImpl),
471
Handle(2,
TableIndex
.InterfaceImpl),
472
Handle(4,
TableIndex
.MemberRef),
473
Handle(5,
TableIndex
.MemberRef),
474
Handle(6,
TableIndex
.MemberRef),
475
Handle(1,
TableIndex
.MethodImpl),
476
Handle(2,
TableIndex
.MethodImpl),
477
Handle(1,
TableIndex
.TypeSpec),
478
Handle(2,
TableIndex
.TypeSpec),
479
Handle(2,
TableIndex
.AssemblyRef))
492
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
493
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
494
Row(3,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
495
Row(4,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
496
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default))
498
Handle(6,
TableIndex
.TypeRef),
499
Handle(3,
TableIndex
.MethodDef),
500
Handle(3,
TableIndex
.TypeSpec),
501
Handle(4,
TableIndex
.TypeSpec),
502
Handle(3,
TableIndex
.AssemblyRef))
515
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
516
Row(7,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
517
Row(8,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
518
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
519
Row(3,
TableIndex
.TypeSpec, EditAndContinueOperation.Default),
520
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
521
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
522
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
523
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
524
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
525
Row(3,
TableIndex
.MethodImpl, EditAndContinueOperation.Default),
526
Row(3,
TableIndex
.InterfaceImpl, EditAndContinueOperation.Default))
528
Handle(6,
TableIndex
.TypeRef),
529
Handle(4,
TableIndex
.TypeDef),
530
Handle(4,
TableIndex
.MethodDef),
531
Handle(5,
TableIndex
.MethodDef),
532
Handle(3,
TableIndex
.InterfaceImpl),
533
Handle(7,
TableIndex
.MemberRef),
534
Handle(8,
TableIndex
.MemberRef),
535
Handle(3,
TableIndex
.MethodImpl),
536
Handle(3,
TableIndex
.TypeSpec),
537
Handle(3,
TableIndex
.AssemblyRef))
582
Row(2,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
583
Row(5,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
584
Row(6,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
585
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default))
587
Handle(6,
TableIndex
.TypeRef),
588
Handle(3,
TableIndex
.MethodDef),
589
Handle(5,
TableIndex
.MemberRef),
590
Handle(2,
TableIndex
.AssemblyRef))
1467
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
1468
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
1469
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
1470
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1471
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1472
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1473
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
1474
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
1528
Row(1,
TableIndex
.Event, EditAndContinueOperation.Default),
1529
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1530
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1531
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1532
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
1533
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
1534
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
1535
Row(5,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
1536
Row(6,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
1630
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
1631
Row(1,
TableIndex
.Event, EditAndContinueOperation.Default),
1632
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
1633
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
1634
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1635
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1636
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
1637
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1638
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
1639
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1640
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
1641
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1642
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
1643
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
1644
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
1645
Row(4,
TableIndex
.Param, EditAndContinueOperation.Default),
1646
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
1647
Row(5,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
1648
Row(6,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
1726
Row(1,
TableIndex
.Event, EditAndContinueOperation.Default),
1727
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1728
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1729
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1730
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1731
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
1732
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
1733
Row(7,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
1734
Row(8,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default),
1735
Row(9,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default)
1824
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
1825
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
1828
Handle(2,
TableIndex
.TypeDef),
1829
Handle(4,
TableIndex
.CustomAttribute))
1845
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
1846
Row(4,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default),
1847
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
1850
Handle(2,
TableIndex
.TypeDef),
1851
Handle(4,
TableIndex
.CustomAttribute),
1852
Handle(5,
TableIndex
.CustomAttribute))
1959
Row(baseTypeCount + generation,
TableIndex
.TypeDef, EditAndContinueOperation.Default), ' adding a type def
1960
Row(baseTypeCount + generation,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
1961
Row(baseMethodCount + generation * 2 - 1,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1962
Row(baseTypeCount + generation,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
1963
Row(baseMethodCount + generation * 2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
1964
Row(baseMethodCount + generation * 2,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
1965
Row(baseParameterCount + generation * 2 - 1,
TableIndex
.Param, EditAndContinueOperation.Default),
1966
Row(baseMethodCount + generation * 2,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
1967
Row(baseParameterCount + generation * 2,
TableIndex
.Param, EditAndContinueOperation.Default),
1968
If(hasAttribute, Row(baseAttributeCount + generation,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default), Nothing)) ' adding a new attribute row for attribute on C#* definition
1971
Handle(baseTypeCount + generation,
TableIndex
.TypeDef),
1972
Handle(baseMethodCount + generation * 2 - 1,
TableIndex
.MethodDef),
1973
Handle(baseMethodCount + generation * 2,
TableIndex
.MethodDef),
1974
Handle(baseParameterCount + generation * 2 - 1,
TableIndex
.Param),
1975
Handle(baseParameterCount + generation * 2,
TableIndex
.Param),
1976
If(hasAttribute, Handle(baseAttributeCount + generation,
TableIndex
.CustomAttribute), Nothing))
2031
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
2032
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2033
Row(5,
TableIndex
.Param, EditAndContinueOperation.Default),
2034
Row(6,
TableIndex
.Param, EditAndContinueOperation.Default),
2035
Row(If(hasAttribute, 9, 8),
TableIndex
.CustomAttribute, EditAndContinueOperation.Default))
2038
Handle(5,
TableIndex
.TypeDef),
2039
Handle(8,
TableIndex
.MethodDef),
2040
Handle(5,
TableIndex
.Param),
2041
Handle(6,
TableIndex
.Param),
2042
Handle(If(hasAttribute, 9, 8),
TableIndex
.CustomAttribute))
2092
Row(3,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
2093
Row(4,
TableIndex
.AssemblyRef, EditAndContinueOperation.Default),
2094
Row(8,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
2095
Row(9,
TableIndex
.MemberRef, EditAndContinueOperation.Default),
2096
Row(8,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
2097
Row(9,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
2098
Row(10,
TableIndex
.TypeRef, EditAndContinueOperation.Default),
2099
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
2100
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default))
2102
Handle(8,
TableIndex
.TypeRef),
2103
Handle(9,
TableIndex
.TypeRef),
2104
Handle(10,
TableIndex
.TypeRef),
2105
Handle(3,
TableIndex
.MethodDef),
2106
Handle(8,
TableIndex
.MemberRef),
2107
Handle(9,
TableIndex
.MemberRef),
2108
Handle(2,
TableIndex
.StandAloneSig),
2109
Handle(3,
TableIndex
.AssemblyRef),
2110
Handle(4,
TableIndex
.AssemblyRef))
2319
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
2320
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default), ' HotReloadException
2321
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
2322
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default), ' HotReloadException.Code
2323
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default), ' Action<int> get_P
2324
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default), ' set_P(Action<int>)
2325
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod), ' Action<bool> get_P
2326
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2327
Row(2,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod), ' set_P(Action<bool>)
2328
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2329
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
2330
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default), ' HotReloadException..ctor
2331
Row(1,
TableIndex
.PropertyMap, EditAndContinueOperation.AddProperty), ' Action<bool> P
2332
Row(2,
TableIndex
.Property, EditAndContinueOperation.Default),
2333
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
2334
Row(2,
TableIndex
.Param, EditAndContinueOperation.Default),
2335
Row(3,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default), ' Action<bool> P <-> Action<bool> get_P
2336
Row(4,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default) ' Action<bool> P <-> set_P(Action<bool>)
2420
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
2421
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default), ' Action<bool> get_P
2422
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default), ' set_P(Action<bool>)
2423
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default), ' Action<int> get_P
2424
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default), ' set_P(Action<int>)
2425
Row(1,
TableIndex
.Property, EditAndContinueOperation.Default), ' Action<int> P
2426
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
2427
Row(5,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default), ' Action<int> P <-> Action<int> get_P
2428
Row(6,
TableIndex
.MethodSemantics, EditAndContinueOperation.Default) ' Action<int> P <-> set_P(Action<int>)
2515
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
2516
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
2517
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
2518
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2519
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2520
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
2521
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
2574
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
2575
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
2643
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
2644
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
2645
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
2646
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
2647
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
2648
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
2701
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
2702
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
5960
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
5961
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
5962
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
5963
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
5964
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5965
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5966
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
5967
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
5968
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
5973
Handle(4,
TableIndex
.TypeDef),
5974
Handle(4,
TableIndex
.Field),
5975
Handle(2,
TableIndex
.MethodDef),
5976
Handle(5,
TableIndex
.MethodDef),
5977
Handle(6,
TableIndex
.MethodDef),
5978
Handle(7,
TableIndex
.MethodDef),
5979
Handle(2,
TableIndex
.StandAloneSig)
6070
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
6071
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
6072
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
6073
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6074
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6075
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6076
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
6081
Handle(4,
TableIndex
.TypeDef),
6082
Handle(3,
TableIndex
.Field),
6083
Handle(2,
TableIndex
.MethodDef),
6084
Handle(5,
TableIndex
.MethodDef),
6085
Handle(6,
TableIndex
.MethodDef)
6144
Row(2,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
6145
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
6146
Row(4,
TableIndex
.Field, EditAndContinueOperation.Default),
6147
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6148
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6149
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6150
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
6155
Handle(4,
TableIndex
.Field),
6156
Handle(2,
TableIndex
.MethodDef),
6157
Handle(3,
TableIndex
.MethodDef),
6158
Handle(7,
TableIndex
.MethodDef),
6159
Handle(2,
TableIndex
.StandAloneSig)
6225
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6226
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
6231
Handle(2,
TableIndex
.MethodDef),
6232
Handle(7,
TableIndex
.MethodDef)
6321
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
6322
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
6323
Row(3,
TableIndex
.Field, EditAndContinueOperation.Default),
6324
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6325
Row(5,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6326
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6327
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
6331
Handle(4,
TableIndex
.TypeDef),
6332
Handle(3,
TableIndex
.Field),
6333
Handle(2,
TableIndex
.MethodDef),
6334
Handle(5,
TableIndex
.MethodDef),
6335
Handle(6,
TableIndex
.MethodDef)
6458
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
6459
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
6460
Row(5,
TableIndex
.Field, EditAndContinueOperation.Default),
6461
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6462
Row(6,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6463
Row(7,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6464
Row(8,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6465
Row(5,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
6466
Row(9,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
6471
Handle(5,
TableIndex
.TypeDef),
6472
Handle(5,
TableIndex
.Field),
6473
Handle(3,
TableIndex
.MethodDef),
6474
Handle(6,
TableIndex
.MethodDef),
6475
Handle(7,
TableIndex
.MethodDef),
6476
Handle(8,
TableIndex
.MethodDef),
6477
Handle(9,
TableIndex
.MethodDef)
6609
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
6610
Row(12,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
6615
Handle(3,
TableIndex
.MethodDef),
6616
Handle(12,
TableIndex
.MethodDef)
7268
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
7269
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddField),
7270
Row(1,
TableIndex
.Field, EditAndContinueOperation.Default),
7271
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7272
Row(3,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
7273
Row(3,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
7278
Handle(3,
TableIndex
.TypeDef),
7279
Handle(1,
TableIndex
.Field),
7280
Handle(2,
TableIndex
.MethodDef),
7281
Handle(3,
TableIndex
.MethodDef)
7471
Row(1,
TableIndex
.MethodDef, EditAndContinueOperation.Default)
7476
Handle(1,
TableIndex
.MethodDef)
7611
Row(3,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7612
Row(4,
TableIndex
.StandAloneSig, EditAndContinueOperation.Default),
7613
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.Default),
7614
Row(2,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7615
Row(4,
TableIndex
.TypeDef, EditAndContinueOperation.AddMethod),
7616
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.Default),
7617
Row(1,
TableIndex
.Param, EditAndContinueOperation.Default),
7618
Row(4,
TableIndex
.MethodDef, EditAndContinueOperation.AddParameter),
7619
Row(3,
TableIndex
.Param, EditAndContinueOperation.Default),
7620
Row(5,
TableIndex
.CustomAttribute, EditAndContinueOperation.Default)
7625
Handle(4,
TableIndex
.TypeDef),
7626
Handle(2,
TableIndex
.MethodDef),
7627
Handle(4,
TableIndex
.MethodDef),
7628
Handle(1,
TableIndex
.Param),
7629
Handle(3,
TableIndex
.Param),
7630
Handle(5,
TableIndex
.CustomAttribute),
7631
Handle(3,
TableIndex
.StandAloneSig),
7632
Handle(4,
TableIndex
.StandAloneSig)
Emit\EmitMetadata.vb (3)
287
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.File))
288
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ModuleRef))
322
Assert.Equal(2, reader.GetTableRowCount(
TableIndex
.File))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (4)
Semantics\FieldInitializerBindingTests.vb (4)
899
Assert.Equal(6, reader.GetTableRowCount(
TableIndex
.Constant))
967
Assert.Equal(10, reader.GetTableRowCount(
TableIndex
.Constant))
1305
Assert.Equal(FIELD_COUNT - ATTR_CONST_COUNT + ENUM_CONST_COUNT, reader.GetTableRowCount(
TableIndex
.Constant))
1306
Assert.Equal(FIELD_COUNT, reader.GetTableRowCount(
TableIndex
.Param))
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (9)
SymbolsTests\Metadata\PE\TypeForwarders.vb (9)
1024
Assert.Equal(0, peReader.GetTableRowCount(
TableIndex
.ExportedType))
1065
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType))
1073
Assert.Equal(0, peReader1.GetTableRowCount(
TableIndex
.ExportedType))
1118
Assert.Equal(1, metadataReader.GetTableRowCount(
TableIndex
.ExportedType))
1128
Assert.Equal(1, metadataReader1.GetTableRowCount(
TableIndex
.ExportedType))
1178
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType))
1187
Assert.Equal(0, metadataReader1.GetTableRowCount(
TableIndex
.ExportedType))
1198
Assert.Equal(0, metadataReader.GetTableRowCount(
TableIndex
.ExportedType))
1307
Assert.Equal(2, peReader1.GetTableRowCount(
TableIndex
.ExportedType))
Microsoft.DotNet.Build.Tasks.Packaging (1)
GetAssemblyReferences.cs (1)
69
for (int i = 1, count = reader.GetTableRowCount(
TableIndex
.ModuleRef); i <= count; i++)
Microsoft.DotNet.GenFacades (3)
ClearAssemblyReferenceVersions.cs (3)
36
int assemblyRefOffset = mdReader.GetTableMetadataOffset(
TableIndex
.AssemblyRef);
37
int numAssemblyRef = mdReader.GetTableRowCount(
TableIndex
.AssemblyRef);
38
int sizeAssemblyRefRow = mdReader.GetTableRowSize(
TableIndex
.AssemblyRef);
Microsoft.DotNet.PackageTesting (2)
VerifyClosure.cs (2)
457
var count = reader.GetTableRowCount(
TableIndex
.AssemblyRef);
471
var count = reader.GetTableRowCount(
TableIndex
.ModuleRef);
Microsoft.DotNet.SharedFramework.Sdk (2)
src\Microsoft.DotNet.PackageTesting\VerifyClosure.cs (2)
457
var count = reader.GetTableRowCount(
TableIndex
.AssemblyRef);
471
var count = reader.GetTableRowCount(
TableIndex
.ModuleRef);
Roslyn.Test.PdbUtilities (4)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (1)
75
internal void VerifyTableSize(
TableIndex
table, int expected)
EditAndContinue\EditAndContinueTestUtilities.cs (3)
40
TableIndex
tableIndex;
52
TableIndex
tableIndex;
63
TableIndex
parentTableIndex, constructorTableIndex;
SemanticSearch.BuildTask (6)
GenerateFilteredReferenceAssembliesTask.cs (6)
439
var tableOffset = metadataOffset + metadataReader.GetTableMetadataOffset(
TableIndex
.TypeDef);
440
var tableRowSize = metadataReader.GetTableRowSize(
TableIndex
.TypeDef);
479
var tableOffset = metadataOffset + metadataReader.GetTableMetadataOffset(
TableIndex
.MethodDef);
480
var tableRowSize = metadataReader.GetTableRowSize(
TableIndex
.MethodDef);
513
var tableOffset = metadataOffset + metadataReader.GetTableMetadataOffset(
TableIndex
.Field);
514
var tableRowSize = metadataReader.GetTableRowSize(
TableIndex
.Field);
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
443
AddLocalScope(methodHandle, parentImport: default, MetadataTokens.LocalVariableHandle(_pdbBuilder.GetRowCount(
TableIndex
.LocalVariable) + 1), scope);
524
AddLocalScope(methodHandle, parentImport, MetadataTokens.LocalVariableHandle(_pdbBuilder.GetRowCount(
TableIndex
.LocalVariable) + 1), childScope);
System.Reflection.Metadata (692)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (3)
61
if (baseReader.GetTableRowCount(
TableIndex
.EncMap) != 0)
94
if (deltaReaders[i].GetTableRowCount(
TableIndex
.EncMap) == 0 || !deltaReaders[i].IsMinimalDelta)
121
rowCounts[i] = baseReader.GetTableRowCount((
TableIndex
)i);
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (208)
138
public void SetCapacity(
TableIndex
table, int rowCount)
147
case
TableIndex
.Module: break; // no-op, max row count is 1
148
case
TableIndex
.TypeRef: SetTableCapacity(_typeRefTable, rowCount); break;
149
case
TableIndex
.TypeDef: SetTableCapacity(_typeDefTable, rowCount); break;
150
case
TableIndex
.Field: SetTableCapacity(_fieldTable, rowCount); break;
151
case
TableIndex
.MethodDef: SetTableCapacity(_methodDefTable, rowCount); break;
152
case
TableIndex
.Param: SetTableCapacity(_paramTable, rowCount); break;
153
case
TableIndex
.InterfaceImpl: SetTableCapacity(_interfaceImplTable, rowCount); break;
154
case
TableIndex
.MemberRef: SetTableCapacity(_memberRefTable, rowCount); break;
155
case
TableIndex
.Constant: SetTableCapacity(_constantTable, rowCount); break;
156
case
TableIndex
.CustomAttribute: SetTableCapacity(_customAttributeTable, rowCount); break;
157
case
TableIndex
.FieldMarshal: SetTableCapacity(_fieldMarshalTable, rowCount); break;
158
case
TableIndex
.DeclSecurity: SetTableCapacity(_declSecurityTable, rowCount); break;
159
case
TableIndex
.ClassLayout: SetTableCapacity(_classLayoutTable, rowCount); break;
160
case
TableIndex
.FieldLayout: SetTableCapacity(_fieldLayoutTable, rowCount); break;
161
case
TableIndex
.StandAloneSig: SetTableCapacity(_standAloneSigTable, rowCount); break;
162
case
TableIndex
.EventMap: SetTableCapacity(_eventMapTable, rowCount); break;
163
case
TableIndex
.Event: SetTableCapacity(_eventTable, rowCount); break;
164
case
TableIndex
.PropertyMap: SetTableCapacity(_propertyMapTable, rowCount); break;
165
case
TableIndex
.Property: SetTableCapacity(_propertyTable, rowCount); break;
166
case
TableIndex
.MethodSemantics: SetTableCapacity(_methodSemanticsTable, rowCount); break;
167
case
TableIndex
.MethodImpl: SetTableCapacity(_methodImplTable, rowCount); break;
168
case
TableIndex
.ModuleRef: SetTableCapacity(_moduleRefTable, rowCount); break;
169
case
TableIndex
.TypeSpec: SetTableCapacity(_typeSpecTable, rowCount); break;
170
case
TableIndex
.ImplMap: SetTableCapacity(_implMapTable, rowCount); break;
171
case
TableIndex
.FieldRva: SetTableCapacity(_fieldRvaTable, rowCount); break;
172
case
TableIndex
.EncLog: SetTableCapacity(_encLogTable, rowCount); break;
173
case
TableIndex
.EncMap: SetTableCapacity(_encMapTable, rowCount); break;
174
case
TableIndex
.Assembly: break; // no-op, max row count is 1
175
case
TableIndex
.AssemblyRef: SetTableCapacity(_assemblyRefTable, rowCount); break;
176
case
TableIndex
.File: SetTableCapacity(_fileTable, rowCount); break;
177
case
TableIndex
.ExportedType: SetTableCapacity(_exportedTypeTable, rowCount); break;
178
case
TableIndex
.ManifestResource: SetTableCapacity(_manifestResourceTable, rowCount); break;
179
case
TableIndex
.NestedClass: SetTableCapacity(_nestedClassTable, rowCount); break;
180
case
TableIndex
.GenericParam: SetTableCapacity(_genericParamTable, rowCount); break;
181
case
TableIndex
.MethodSpec: SetTableCapacity(_methodSpecTable, rowCount); break;
182
case
TableIndex
.GenericParamConstraint: SetTableCapacity(_genericParamConstraintTable, rowCount); break;
183
case
TableIndex
.Document: SetTableCapacity(_documentTable, rowCount); break;
184
case
TableIndex
.MethodDebugInformation: SetTableCapacity(_methodDebugInformationTable, rowCount); break;
185
case
TableIndex
.LocalScope: SetTableCapacity(_localScopeTable, rowCount); break;
186
case
TableIndex
.LocalVariable: SetTableCapacity(_localVariableTable, rowCount); break;
187
case
TableIndex
.LocalConstant: SetTableCapacity(_localConstantTable, rowCount); break;
188
case
TableIndex
.ImportScope: SetTableCapacity(_importScopeTable, rowCount); break;
189
case
TableIndex
.StateMachineMethod: SetTableCapacity(_stateMachineMethodTable, rowCount); break;
190
case
TableIndex
.CustomDebugInformation: SetTableCapacity(_customDebugInformationTable, rowCount); break;
192
case
TableIndex
.AssemblyOS:
193
case
TableIndex
.AssemblyProcessor:
194
case
TableIndex
.AssemblyRefOS:
195
case
TableIndex
.AssemblyRefProcessor:
196
case
TableIndex
.EventPtr:
197
case
TableIndex
.FieldPtr:
198
case
TableIndex
.MethodPtr:
199
case
TableIndex
.ParamPtr:
200
case
TableIndex
.PropertyPtr:
223
public int GetRowCount(
TableIndex
table)
227
case
TableIndex
.Assembly : return _assemblyRow.HasValue ? 1 : 0;
228
case
TableIndex
.AssemblyRef : return _assemblyRefTable.Count;
229
case
TableIndex
.ClassLayout : return _classLayoutTable.Count;
230
case
TableIndex
.Constant : return _constantTable.Count;
231
case
TableIndex
.CustomAttribute : return _customAttributeTable.Count;
232
case
TableIndex
.DeclSecurity : return _declSecurityTable.Count;
233
case
TableIndex
.EncLog : return _encLogTable.Count;
234
case
TableIndex
.EncMap : return _encMapTable.Count;
235
case
TableIndex
.EventMap : return _eventMapTable.Count;
236
case
TableIndex
.Event : return _eventTable.Count;
237
case
TableIndex
.ExportedType : return _exportedTypeTable.Count;
238
case
TableIndex
.FieldLayout : return _fieldLayoutTable.Count;
239
case
TableIndex
.FieldMarshal : return _fieldMarshalTable.Count;
240
case
TableIndex
.FieldRva : return _fieldRvaTable.Count;
241
case
TableIndex
.Field : return _fieldTable.Count;
242
case
TableIndex
.File : return _fileTable.Count;
243
case
TableIndex
.GenericParamConstraint : return _genericParamConstraintTable.Count;
244
case
TableIndex
.GenericParam : return _genericParamTable.Count;
245
case
TableIndex
.ImplMap : return _implMapTable.Count;
246
case
TableIndex
.InterfaceImpl : return _interfaceImplTable.Count;
247
case
TableIndex
.ManifestResource : return _manifestResourceTable.Count;
248
case
TableIndex
.MemberRef : return _memberRefTable.Count;
249
case
TableIndex
.MethodImpl : return _methodImplTable.Count;
250
case
TableIndex
.MethodSemantics : return _methodSemanticsTable.Count;
251
case
TableIndex
.MethodSpec : return _methodSpecTable.Count;
252
case
TableIndex
.MethodDef : return _methodDefTable.Count;
253
case
TableIndex
.ModuleRef : return _moduleRefTable.Count;
254
case
TableIndex
.Module : return _moduleRow.HasValue ? 1 : 0;
255
case
TableIndex
.NestedClass : return _nestedClassTable.Count;
256
case
TableIndex
.Param : return _paramTable.Count;
257
case
TableIndex
.PropertyMap : return _propertyMapTable.Count;
258
case
TableIndex
.Property : return _propertyTable.Count;
259
case
TableIndex
.StandAloneSig : return _standAloneSigTable.Count;
260
case
TableIndex
.TypeDef : return _typeDefTable.Count;
261
case
TableIndex
.TypeRef : return _typeRefTable.Count;
262
case
TableIndex
.TypeSpec : return _typeSpecTable.Count;
263
case
TableIndex
.Document : return _documentTable.Count;
264
case
TableIndex
.MethodDebugInformation : return _methodDebugInformationTable.Count;
265
case
TableIndex
.LocalScope : return _localScopeTable.Count;
266
case
TableIndex
.LocalVariable : return _localVariableTable.Count;
267
case
TableIndex
.LocalConstant : return _localConstantTable.Count;
268
case
TableIndex
.StateMachineMethod : return _stateMachineMethodTable.Count;
269
case
TableIndex
.ImportScope : return _importScopeTable.Count;
270
case
TableIndex
.CustomDebugInformation : return _customDebugInformationTable.Count;
272
case
TableIndex
.AssemblyOS:
273
case
TableIndex
.AssemblyProcessor:
274
case
TableIndex
.AssemblyRefOS:
275
case
TableIndex
.AssemblyRefProcessor:
276
case
TableIndex
.EventPtr:
277
case
TableIndex
.FieldPtr:
278
case
TableIndex
.MethodPtr:
279
case
TableIndex
.ParamPtr:
280
case
TableIndex
.PropertyPtr:
299
rowCounts[(int)
TableIndex
.Assembly] = _assemblyRow.HasValue ? 1 : 0;
300
rowCounts[(int)
TableIndex
.AssemblyRef] = _assemblyRefTable.Count;
301
rowCounts[(int)
TableIndex
.ClassLayout] = _classLayoutTable.Count;
302
rowCounts[(int)
TableIndex
.Constant] = _constantTable.Count;
303
rowCounts[(int)
TableIndex
.CustomAttribute] = _customAttributeTable.Count;
304
rowCounts[(int)
TableIndex
.DeclSecurity] = _declSecurityTable.Count;
305
rowCounts[(int)
TableIndex
.EncLog] = _encLogTable.Count;
306
rowCounts[(int)
TableIndex
.EncMap] = _encMapTable.Count;
307
rowCounts[(int)
TableIndex
.EventMap] = _eventMapTable.Count;
308
rowCounts[(int)
TableIndex
.Event] = _eventTable.Count;
309
rowCounts[(int)
TableIndex
.ExportedType] = _exportedTypeTable.Count;
310
rowCounts[(int)
TableIndex
.FieldLayout] = _fieldLayoutTable.Count;
311
rowCounts[(int)
TableIndex
.FieldMarshal] = _fieldMarshalTable.Count;
312
rowCounts[(int)
TableIndex
.FieldRva] = _fieldRvaTable.Count;
313
rowCounts[(int)
TableIndex
.Field] = _fieldTable.Count;
314
rowCounts[(int)
TableIndex
.File] = _fileTable.Count;
315
rowCounts[(int)
TableIndex
.GenericParamConstraint] = _genericParamConstraintTable.Count;
316
rowCounts[(int)
TableIndex
.GenericParam] = _genericParamTable.Count;
317
rowCounts[(int)
TableIndex
.ImplMap] = _implMapTable.Count;
318
rowCounts[(int)
TableIndex
.InterfaceImpl] = _interfaceImplTable.Count;
319
rowCounts[(int)
TableIndex
.ManifestResource] = _manifestResourceTable.Count;
320
rowCounts[(int)
TableIndex
.MemberRef] = _memberRefTable.Count;
321
rowCounts[(int)
TableIndex
.MethodImpl] = _methodImplTable.Count;
322
rowCounts[(int)
TableIndex
.MethodSemantics] = _methodSemanticsTable.Count;
323
rowCounts[(int)
TableIndex
.MethodSpec] = _methodSpecTable.Count;
324
rowCounts[(int)
TableIndex
.MethodDef] = _methodDefTable.Count;
325
rowCounts[(int)
TableIndex
.ModuleRef] = _moduleRefTable.Count;
326
rowCounts[(int)
TableIndex
.Module] = _moduleRow.HasValue ? 1 : 0;
327
rowCounts[(int)
TableIndex
.NestedClass] = _nestedClassTable.Count;
328
rowCounts[(int)
TableIndex
.Param] = _paramTable.Count;
329
rowCounts[(int)
TableIndex
.PropertyMap] = _propertyMapTable.Count;
330
rowCounts[(int)
TableIndex
.Property] = _propertyTable.Count;
331
rowCounts[(int)
TableIndex
.StandAloneSig] = _standAloneSigTable.Count;
332
rowCounts[(int)
TableIndex
.TypeDef] = _typeDefTable.Count;
333
rowCounts[(int)
TableIndex
.TypeRef] = _typeRefTable.Count;
334
rowCounts[(int)
TableIndex
.TypeSpec] = _typeSpecTable.Count;
336
rowCounts[(int)
TableIndex
.Document] = _documentTable.Count;
337
rowCounts[(int)
TableIndex
.MethodDebugInformation] = _methodDebugInformationTable.Count;
338
rowCounts[(int)
TableIndex
.LocalScope] = _localScopeTable.Count;
339
rowCounts[(int)
TableIndex
.LocalVariable] = _localVariableTable.Count;
340
rowCounts[(int)
TableIndex
.LocalConstant] = _localConstantTable.Count;
341
rowCounts[(int)
TableIndex
.StateMachineMethod] = _stateMachineMethodTable.Count;
342
rowCounts[(int)
TableIndex
.ImportScope] = _importScopeTable.Count;
343
rowCounts[(int)
TableIndex
.CustomDebugInformation] = _customDebugInformationTable.Count;
1476
Throw.InvalidOperation_TableNotSorted(
TableIndex
.ClassLayout);
1487
Throw.InvalidOperation_TableNotSorted(
TableIndex
.FieldLayout);
1499
Throw.InvalidOperation_TableNotSorted(
TableIndex
.FieldRva);
1526
Throw.InvalidOperation_TableNotSorted(
TableIndex
.GenericParam);
1536
Throw.InvalidOperation_TableNotSorted(
TableIndex
.GenericParamConstraint);
1547
Throw.InvalidOperation_TableNotSorted(
TableIndex
.ImplMap);
1558
Throw.InvalidOperation_TableNotSorted(
TableIndex
.InterfaceImpl);
1569
Throw.InvalidOperation_TableNotSorted(
TableIndex
.MethodImpl);
1580
Throw.InvalidOperation_TableNotSorted(
TableIndex
.NestedClass);
1617
Throw.InvalidOperation_TableNotSorted(
TableIndex
.LocalScope);
1627
Throw.InvalidOperation_TableNotSorted(
TableIndex
.StateMachineMethod);
1647
if (metadataSizes.IsPresent(
TableIndex
.Module))
1652
if (metadataSizes.IsPresent(
TableIndex
.TypeRef))
1657
if (metadataSizes.IsPresent(
TableIndex
.TypeDef))
1662
if (metadataSizes.IsPresent(
TableIndex
.Field))
1667
if (metadataSizes.IsPresent(
TableIndex
.MethodDef))
1672
if (metadataSizes.IsPresent(
TableIndex
.Param))
1677
if (metadataSizes.IsPresent(
TableIndex
.InterfaceImpl))
1682
if (metadataSizes.IsPresent(
TableIndex
.MemberRef))
1687
if (metadataSizes.IsPresent(
TableIndex
.Constant))
1692
if (metadataSizes.IsPresent(
TableIndex
.CustomAttribute))
1697
if (metadataSizes.IsPresent(
TableIndex
.FieldMarshal))
1702
if (metadataSizes.IsPresent(
TableIndex
.DeclSecurity))
1707
if (metadataSizes.IsPresent(
TableIndex
.ClassLayout))
1712
if (metadataSizes.IsPresent(
TableIndex
.FieldLayout))
1717
if (metadataSizes.IsPresent(
TableIndex
.StandAloneSig))
1722
if (metadataSizes.IsPresent(
TableIndex
.EventMap))
1727
if (metadataSizes.IsPresent(
TableIndex
.Event))
1732
if (metadataSizes.IsPresent(
TableIndex
.PropertyMap))
1737
if (metadataSizes.IsPresent(
TableIndex
.Property))
1742
if (metadataSizes.IsPresent(
TableIndex
.MethodSemantics))
1747
if (metadataSizes.IsPresent(
TableIndex
.MethodImpl))
1752
if (metadataSizes.IsPresent(
TableIndex
.ModuleRef))
1757
if (metadataSizes.IsPresent(
TableIndex
.TypeSpec))
1762
if (metadataSizes.IsPresent(
TableIndex
.ImplMap))
1767
if (metadataSizes.IsPresent(
TableIndex
.FieldRva))
1772
if (metadataSizes.IsPresent(
TableIndex
.EncLog))
1777
if (metadataSizes.IsPresent(
TableIndex
.EncMap))
1782
if (metadataSizes.IsPresent(
TableIndex
.Assembly))
1787
if (metadataSizes.IsPresent(
TableIndex
.AssemblyRef))
1792
if (metadataSizes.IsPresent(
TableIndex
.File))
1797
if (metadataSizes.IsPresent(
TableIndex
.ExportedType))
1802
if (metadataSizes.IsPresent(
TableIndex
.ManifestResource))
1807
if (metadataSizes.IsPresent(
TableIndex
.NestedClass))
1812
if (metadataSizes.IsPresent(
TableIndex
.GenericParam))
1817
if (metadataSizes.IsPresent(
TableIndex
.MethodSpec))
1822
if (metadataSizes.IsPresent(
TableIndex
.GenericParamConstraint))
1828
if (metadataSizes.IsPresent(
TableIndex
.Document))
1833
if (metadataSizes.IsPresent(
TableIndex
.MethodDebugInformation))
1838
if (metadataSizes.IsPresent(
TableIndex
.LocalScope))
1843
if (metadataSizes.IsPresent(
TableIndex
.LocalVariable))
1848
if (metadataSizes.IsPresent(
TableIndex
.LocalConstant))
1853
if (metadataSizes.IsPresent(
TableIndex
.ImportScope))
1858
if (metadataSizes.IsPresent(
TableIndex
.StateMachineMethod))
1863
if (metadataSizes.IsPresent(
TableIndex
.CustomDebugInformation))
1902
metadataSizes.IsEncDelta ? MetadataSizes.SortedTypeSystemTables & ~(1UL << (int)
TableIndex
.CustomAttribute) :
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (110)
20
public static int GetTableRowCount(this MetadataReader reader,
TableIndex
tableIndex)
40
public static int GetTableRowSize(this MetadataReader reader,
TableIndex
tableIndex)
49
TableIndex
.Module => reader.ModuleTable.RowSize,
50
TableIndex
.TypeRef => reader.TypeRefTable.RowSize,
51
TableIndex
.TypeDef => reader.TypeDefTable.RowSize,
52
TableIndex
.FieldPtr => reader.FieldPtrTable.RowSize,
53
TableIndex
.Field => reader.FieldTable.RowSize,
54
TableIndex
.MethodPtr => reader.MethodPtrTable.RowSize,
55
TableIndex
.MethodDef => reader.MethodDefTable.RowSize,
56
TableIndex
.ParamPtr => reader.ParamPtrTable.RowSize,
57
TableIndex
.Param => reader.ParamTable.RowSize,
58
TableIndex
.InterfaceImpl => reader.InterfaceImplTable.RowSize,
59
TableIndex
.MemberRef => reader.MemberRefTable.RowSize,
60
TableIndex
.Constant => reader.ConstantTable.RowSize,
61
TableIndex
.CustomAttribute => reader.CustomAttributeTable.RowSize,
62
TableIndex
.FieldMarshal => reader.FieldMarshalTable.RowSize,
63
TableIndex
.DeclSecurity => reader.DeclSecurityTable.RowSize,
64
TableIndex
.ClassLayout => reader.ClassLayoutTable.RowSize,
65
TableIndex
.FieldLayout => reader.FieldLayoutTable.RowSize,
66
TableIndex
.StandAloneSig => reader.StandAloneSigTable.RowSize,
67
TableIndex
.EventMap => reader.EventMapTable.RowSize,
68
TableIndex
.EventPtr => reader.EventPtrTable.RowSize,
69
TableIndex
.Event => reader.EventTable.RowSize,
70
TableIndex
.PropertyMap => reader.PropertyMapTable.RowSize,
71
TableIndex
.PropertyPtr => reader.PropertyPtrTable.RowSize,
72
TableIndex
.Property => reader.PropertyTable.RowSize,
73
TableIndex
.MethodSemantics => reader.MethodSemanticsTable.RowSize,
74
TableIndex
.MethodImpl => reader.MethodImplTable.RowSize,
75
TableIndex
.ModuleRef => reader.ModuleRefTable.RowSize,
76
TableIndex
.TypeSpec => reader.TypeSpecTable.RowSize,
77
TableIndex
.ImplMap => reader.ImplMapTable.RowSize,
78
TableIndex
.FieldRva => reader.FieldRvaTable.RowSize,
79
TableIndex
.EncLog => reader.EncLogTable.RowSize,
80
TableIndex
.EncMap => reader.EncMapTable.RowSize,
81
TableIndex
.Assembly => reader.AssemblyTable.RowSize,
82
TableIndex
.AssemblyProcessor => reader.AssemblyProcessorTable.RowSize,
83
TableIndex
.AssemblyOS => reader.AssemblyOSTable.RowSize,
84
TableIndex
.AssemblyRef => reader.AssemblyRefTable.RowSize,
85
TableIndex
.AssemblyRefProcessor => reader.AssemblyRefProcessorTable.RowSize,
86
TableIndex
.AssemblyRefOS => reader.AssemblyRefOSTable.RowSize,
87
TableIndex
.File => reader.FileTable.RowSize,
88
TableIndex
.ExportedType => reader.ExportedTypeTable.RowSize,
89
TableIndex
.ManifestResource => reader.ManifestResourceTable.RowSize,
90
TableIndex
.NestedClass => reader.NestedClassTable.RowSize,
91
TableIndex
.GenericParam => reader.GenericParamTable.RowSize,
92
TableIndex
.MethodSpec => reader.MethodSpecTable.RowSize,
93
TableIndex
.GenericParamConstraint => reader.GenericParamConstraintTable.RowSize,
96
TableIndex
.Document => reader.DocumentTable.RowSize,
97
TableIndex
.MethodDebugInformation => reader.MethodDebugInformationTable.RowSize,
98
TableIndex
.LocalScope => reader.LocalScopeTable.RowSize,
99
TableIndex
.LocalVariable => reader.LocalVariableTable.RowSize,
100
TableIndex
.LocalConstant => reader.LocalConstantTable.RowSize,
101
TableIndex
.ImportScope => reader.ImportScopeTable.RowSize,
102
TableIndex
.StateMachineMethod => reader.StateMachineMethodTable.RowSize,
103
TableIndex
.CustomDebugInformation => reader.CustomDebugInformationTable.RowSize,
114
public static unsafe int GetTableMetadataOffset(this MetadataReader reader,
TableIndex
tableIndex)
124
private static MemoryBlock GetTableMetadataBlock(this MetadataReader reader,
TableIndex
tableIndex)
130
TableIndex
.Module => reader.ModuleTable.Block,
131
TableIndex
.TypeRef => reader.TypeRefTable.Block,
132
TableIndex
.TypeDef => reader.TypeDefTable.Block,
133
TableIndex
.FieldPtr => reader.FieldPtrTable.Block,
134
TableIndex
.Field => reader.FieldTable.Block,
135
TableIndex
.MethodPtr => reader.MethodPtrTable.Block,
136
TableIndex
.MethodDef => reader.MethodDefTable.Block,
137
TableIndex
.ParamPtr => reader.ParamPtrTable.Block,
138
TableIndex
.Param => reader.ParamTable.Block,
139
TableIndex
.InterfaceImpl => reader.InterfaceImplTable.Block,
140
TableIndex
.MemberRef => reader.MemberRefTable.Block,
141
TableIndex
.Constant => reader.ConstantTable.Block,
142
TableIndex
.CustomAttribute => reader.CustomAttributeTable.Block,
143
TableIndex
.FieldMarshal => reader.FieldMarshalTable.Block,
144
TableIndex
.DeclSecurity => reader.DeclSecurityTable.Block,
145
TableIndex
.ClassLayout => reader.ClassLayoutTable.Block,
146
TableIndex
.FieldLayout => reader.FieldLayoutTable.Block,
147
TableIndex
.StandAloneSig => reader.StandAloneSigTable.Block,
148
TableIndex
.EventMap => reader.EventMapTable.Block,
149
TableIndex
.EventPtr => reader.EventPtrTable.Block,
150
TableIndex
.Event => reader.EventTable.Block,
151
TableIndex
.PropertyMap => reader.PropertyMapTable.Block,
152
TableIndex
.PropertyPtr => reader.PropertyPtrTable.Block,
153
TableIndex
.Property => reader.PropertyTable.Block,
154
TableIndex
.MethodSemantics => reader.MethodSemanticsTable.Block,
155
TableIndex
.MethodImpl => reader.MethodImplTable.Block,
156
TableIndex
.ModuleRef => reader.ModuleRefTable.Block,
157
TableIndex
.TypeSpec => reader.TypeSpecTable.Block,
158
TableIndex
.ImplMap => reader.ImplMapTable.Block,
159
TableIndex
.FieldRva => reader.FieldRvaTable.Block,
160
TableIndex
.EncLog => reader.EncLogTable.Block,
161
TableIndex
.EncMap => reader.EncMapTable.Block,
162
TableIndex
.Assembly => reader.AssemblyTable.Block,
163
TableIndex
.AssemblyProcessor => reader.AssemblyProcessorTable.Block,
164
TableIndex
.AssemblyOS => reader.AssemblyOSTable.Block,
165
TableIndex
.AssemblyRef => reader.AssemblyRefTable.Block,
166
TableIndex
.AssemblyRefProcessor => reader.AssemblyRefProcessorTable.Block,
167
TableIndex
.AssemblyRefOS => reader.AssemblyRefOSTable.Block,
168
TableIndex
.File => reader.FileTable.Block,
169
TableIndex
.ExportedType => reader.ExportedTypeTable.Block,
170
TableIndex
.ManifestResource => reader.ManifestResourceTable.Block,
171
TableIndex
.NestedClass => reader.NestedClassTable.Block,
172
TableIndex
.GenericParam => reader.GenericParamTable.Block,
173
TableIndex
.MethodSpec => reader.MethodSpecTable.Block,
174
TableIndex
.GenericParamConstraint => reader.GenericParamConstraintTable.Block,
177
TableIndex
.Document => reader.DocumentTable.Block,
178
TableIndex
.MethodDebugInformation => reader.MethodDebugInformationTable.Block,
179
TableIndex
.LocalScope => reader.LocalScopeTable.Block,
180
TableIndex
.LocalVariable => reader.LocalVariableTable.Block,
181
TableIndex
.LocalConstant => reader.LocalConstantTable.Block,
182
TableIndex
.ImportScope => reader.ImportScopeTable.Block,
183
TableIndex
.StateMachineMethod => reader.StateMachineMethodTable.Block,
184
TableIndex
.CustomDebugInformation => reader.CustomDebugInformationTable.Block,
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (170)
23
1UL << (int)
TableIndex
.InterfaceImpl |
24
1UL << (int)
TableIndex
.Constant |
25
1UL << (int)
TableIndex
.CustomAttribute |
26
1UL << (int)
TableIndex
.FieldMarshal |
27
1UL << (int)
TableIndex
.DeclSecurity |
28
1UL << (int)
TableIndex
.ClassLayout |
29
1UL << (int)
TableIndex
.FieldLayout |
30
1UL << (int)
TableIndex
.MethodSemantics |
31
1UL << (int)
TableIndex
.MethodImpl |
32
1UL << (int)
TableIndex
.ImplMap |
33
1UL << (int)
TableIndex
.FieldRva |
34
1UL << (int)
TableIndex
.NestedClass |
35
1UL << (int)
TableIndex
.GenericParam |
36
1UL << (int)
TableIndex
.GenericParamConstraint;
39
1UL << (int)
TableIndex
.LocalScope |
40
1UL << (int)
TableIndex
.StateMachineMethod |
41
1UL << (int)
TableIndex
.CustomDebugInformation;
144
bool isEncDelta = IsPresent(
TableIndex
.EncLog) || IsPresent(
TableIndex
.EncMap);
157
CustomAttributeTypeCodedIndexIsSmall = IsReferenceSmall(3,
TableIndex
.MethodDef,
TableIndex
.MemberRef);
158
DeclSecurityCodedIndexIsSmall = IsReferenceSmall(2,
TableIndex
.MethodDef,
TableIndex
.TypeDef);
159
EventDefReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.Event);
160
FieldDefReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.Field);
161
GenericParamReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.GenericParam);
162
HasConstantCodedIndexIsSmall = IsReferenceSmall(2,
TableIndex
.Field,
TableIndex
.Param,
TableIndex
.Property);
165
TableIndex
.MethodDef,
166
TableIndex
.Field,
167
TableIndex
.TypeRef,
168
TableIndex
.TypeDef,
169
TableIndex
.Param,
170
TableIndex
.InterfaceImpl,
171
TableIndex
.MemberRef,
172
TableIndex
.Module,
173
TableIndex
.DeclSecurity,
174
TableIndex
.Property,
175
TableIndex
.Event,
176
TableIndex
.StandAloneSig,
177
TableIndex
.ModuleRef,
178
TableIndex
.TypeSpec,
179
TableIndex
.Assembly,
180
TableIndex
.AssemblyRef,
181
TableIndex
.File,
182
TableIndex
.ExportedType,
183
TableIndex
.ManifestResource,
184
TableIndex
.GenericParam,
185
TableIndex
.GenericParamConstraint,
186
TableIndex
.MethodSpec);
188
HasFieldMarshalCodedIndexIsSmall = IsReferenceSmall(1,
TableIndex
.Field,
TableIndex
.Param);
189
HasSemanticsCodedIndexIsSmall = IsReferenceSmall(1,
TableIndex
.Event,
TableIndex
.Property);
190
ImplementationCodedIndexIsSmall = IsReferenceSmall(2,
TableIndex
.File,
TableIndex
.AssemblyRef,
TableIndex
.ExportedType);
191
MemberForwardedCodedIndexIsSmall = IsReferenceSmall(1,
TableIndex
.Field,
TableIndex
.MethodDef);
192
MemberRefParentCodedIndexIsSmall = IsReferenceSmall(3,
TableIndex
.TypeDef,
TableIndex
.TypeRef,
TableIndex
.ModuleRef,
TableIndex
.MethodDef,
TableIndex
.TypeSpec);
193
MethodDefReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.MethodDef);
194
MethodDefOrRefCodedIndexIsSmall = IsReferenceSmall(1,
TableIndex
.MethodDef,
TableIndex
.MemberRef);
195
ModuleRefReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.ModuleRef);
196
ParameterReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.Param);
197
PropertyDefReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.Property);
198
ResolutionScopeCodedIndexIsSmall = IsReferenceSmall(2,
TableIndex
.Module,
TableIndex
.ModuleRef,
TableIndex
.AssemblyRef,
TableIndex
.TypeRef);
199
TypeDefReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.TypeDef);
200
TypeDefOrRefCodedIndexIsSmall = IsReferenceSmall(2,
TableIndex
.TypeDef,
TableIndex
.TypeRef,
TableIndex
.TypeSpec);
201
TypeOrMethodDefCodedIndexIsSmall = IsReferenceSmall(1,
TableIndex
.TypeDef,
TableIndex
.MethodDef);
203
DocumentReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.Document);
204
LocalVariableReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.LocalVariable);
205
LocalConstantReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.LocalConstant);
206
ImportScopeReferenceIsSmall = IsReferenceSmall(0,
TableIndex
.ImportScope);
209
TableIndex
.MethodDef,
210
TableIndex
.Field,
211
TableIndex
.TypeRef,
212
TableIndex
.TypeDef,
213
TableIndex
.Param,
214
TableIndex
.InterfaceImpl,
215
TableIndex
.MemberRef,
216
TableIndex
.Module,
217
TableIndex
.DeclSecurity,
218
TableIndex
.Property,
219
TableIndex
.Event,
220
TableIndex
.StandAloneSig,
221
TableIndex
.ModuleRef,
222
TableIndex
.TypeSpec,
223
TableIndex
.Assembly,
224
TableIndex
.AssemblyRef,
225
TableIndex
.File,
226
TableIndex
.ExportedType,
227
TableIndex
.ManifestResource,
228
TableIndex
.GenericParam,
229
TableIndex
.GenericParamConstraint,
230
TableIndex
.MethodSpec,
231
TableIndex
.Document,
232
TableIndex
.LocalScope,
233
TableIndex
.LocalVariable,
234
TableIndex
.LocalConstant,
235
TableIndex
.ImportScope);
272
size += GetTableSize(
TableIndex
.Module, 2 + 3 * guidReferenceSize + stringReferenceSize);
273
size += GetTableSize(
TableIndex
.TypeRef, resolutionScopeCodedIndexSize + stringReferenceSize + stringReferenceSize);
274
size += GetTableSize(
TableIndex
.TypeDef, 4 + stringReferenceSize + stringReferenceSize + typeDefOrRefCodedIndexSize + fieldDefReferenceSize + methodDefReferenceSize);
275
Debug.Assert(rowCounts[(int)
TableIndex
.FieldPtr] == 0);
276
size += GetTableSize(
TableIndex
.Field, 2 + stringReferenceSize + blobReferenceSize);
277
Debug.Assert(rowCounts[(int)
TableIndex
.MethodPtr] == 0);
278
size += GetTableSize(
TableIndex
.MethodDef, 8 + stringReferenceSize + blobReferenceSize + parameterReferenceSize);
279
Debug.Assert(rowCounts[(int)
TableIndex
.ParamPtr] == 0);
280
size += GetTableSize(
TableIndex
.Param, 4 + stringReferenceSize);
281
size += GetTableSize(
TableIndex
.InterfaceImpl, typeDefReferenceSize + typeDefOrRefCodedIndexSize);
282
size += GetTableSize(
TableIndex
.MemberRef, memberRefParentCodedIndexSize + stringReferenceSize + blobReferenceSize);
283
size += GetTableSize(
TableIndex
.Constant, 2 + hasConstantCodedIndexSize + blobReferenceSize);
284
size += GetTableSize(
TableIndex
.CustomAttribute, hasCustomAttributeCodedIndexSize + customAttributeTypeCodedIndexSize + blobReferenceSize);
285
size += GetTableSize(
TableIndex
.FieldMarshal, hasFieldMarshalCodedIndexSize + blobReferenceSize);
286
size += GetTableSize(
TableIndex
.DeclSecurity, 2 + declSecurityCodedIndexSize + blobReferenceSize);
287
size += GetTableSize(
TableIndex
.ClassLayout, 6 + typeDefReferenceSize);
288
size += GetTableSize(
TableIndex
.FieldLayout, 4 + fieldDefReferenceSize);
289
size += GetTableSize(
TableIndex
.StandAloneSig, blobReferenceSize);
290
size += GetTableSize(
TableIndex
.EventMap, typeDefReferenceSize + eventDefReferenceSize);
291
Debug.Assert(rowCounts[(int)
TableIndex
.EventPtr] == 0);
292
size += GetTableSize(
TableIndex
.Event, 2 + stringReferenceSize + typeDefOrRefCodedIndexSize);
293
size += GetTableSize(
TableIndex
.PropertyMap, typeDefReferenceSize + propertyDefReferenceSize);
294
Debug.Assert(rowCounts[(int)
TableIndex
.PropertyPtr] == 0);
295
size += GetTableSize(
TableIndex
.Property, 2 + stringReferenceSize + blobReferenceSize);
296
size += GetTableSize(
TableIndex
.MethodSemantics, 2 + methodDefReferenceSize + hasSemanticsCodedIndexSize);
297
size += GetTableSize(
TableIndex
.MethodImpl, typeDefReferenceSize + methodDefOrRefCodedIndexSize + methodDefOrRefCodedIndexSize);
298
size += GetTableSize(
TableIndex
.ModuleRef, stringReferenceSize);
299
size += GetTableSize(
TableIndex
.TypeSpec, blobReferenceSize);
300
size += GetTableSize(
TableIndex
.ImplMap, 2 + memberForwardedCodedIndexSize + stringReferenceSize + moduleRefReferenceSize);
301
size += GetTableSize(
TableIndex
.FieldRva, 4 + fieldDefReferenceSize);
302
size += GetTableSize(
TableIndex
.EncLog, 8);
303
size += GetTableSize(
TableIndex
.EncMap, 4);
304
size += GetTableSize(
TableIndex
.Assembly, 16 + blobReferenceSize + stringReferenceSize + stringReferenceSize);
305
Debug.Assert(rowCounts[(int)
TableIndex
.AssemblyProcessor] == 0);
306
Debug.Assert(rowCounts[(int)
TableIndex
.AssemblyOS] == 0);
307
size += GetTableSize(
TableIndex
.AssemblyRef, 12 + blobReferenceSize + stringReferenceSize + stringReferenceSize + blobReferenceSize);
308
Debug.Assert(rowCounts[(int)
TableIndex
.AssemblyRefProcessor] == 0);
309
Debug.Assert(rowCounts[(int)
TableIndex
.AssemblyRefOS] == 0);
310
size += GetTableSize(
TableIndex
.File, 4 + stringReferenceSize + blobReferenceSize);
311
size += GetTableSize(
TableIndex
.ExportedType, 8 + stringReferenceSize + stringReferenceSize + implementationCodedIndexSize);
312
size += GetTableSize(
TableIndex
.ManifestResource, 8 + stringReferenceSize + implementationCodedIndexSize);
313
size += GetTableSize(
TableIndex
.NestedClass, typeDefReferenceSize + typeDefReferenceSize);
314
size += GetTableSize(
TableIndex
.GenericParam, 4 + typeOrMethodDefCodedIndexSize + stringReferenceSize);
315
size += GetTableSize(
TableIndex
.MethodSpec, methodDefOrRefCodedIndexSize + blobReferenceSize);
316
size += GetTableSize(
TableIndex
.GenericParamConstraint, genericParamReferenceSize + typeDefOrRefCodedIndexSize);
318
size += GetTableSize(
TableIndex
.Document, blobReferenceSize + guidReferenceSize + blobReferenceSize + guidReferenceSize);
319
size += GetTableSize(
TableIndex
.MethodDebugInformation, documentReferenceSize + blobReferenceSize);
320
size += GetTableSize(
TableIndex
.LocalScope, methodDefReferenceSize + importScopeReferenceSize + localVariableReferenceSize + localConstantReferenceSize + 4 + 4);
321
size += GetTableSize(
TableIndex
.LocalVariable, 2 + 2 + stringReferenceSize);
322
size += GetTableSize(
TableIndex
.LocalConstant, stringReferenceSize + blobReferenceSize);
323
size += GetTableSize(
TableIndex
.ImportScope, importScopeReferenceSize + blobReferenceSize);
324
size += GetTableSize(
TableIndex
.StateMachineMethod, methodDefReferenceSize + methodDefReferenceSize);
325
size += GetTableSize(
TableIndex
.CustomDebugInformation, hasCustomDebugInformationCodedIndexSize + guidReferenceSize + blobReferenceSize);
345
internal bool IsPresent(
TableIndex
table) => (PresentTablesMask & (1UL << (int)table)) != 0;
463
private int GetTableSize(
TableIndex
index, int rowSize)
468
private bool IsReferenceSmall(int tagBitSize, params
TableIndex
[] tables)
474
private bool ReferenceFits(int bitCount,
TableIndex
[] tables)
477
foreach (
TableIndex
table in tables)
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (5)
228
/// Gets the <see cref="
TableIndex
"/> of the table corresponding to the specified <see cref="HandleKind"/>.
233
public static bool TryGetTableIndex(HandleKind type, out
TableIndex
index)
239
index = (
TableIndex
)type;
318
public static EntityHandle EntityHandle(
TableIndex
tableIndex, int rowNumber)
328
public static EntityHandle Handle(
TableIndex
tableIndex, int rowNumber)
System\Reflection\Metadata\Ecma335\PortablePdbBuilder.cs (1)
34
/// Each slot in the array corresponds to a table (<see cref="
TableIndex
"/>).
System\Reflection\Metadata\Internal\MetadataFlags.cs (86)
18
Module = 1UL <<
TableIndex
.Module,
19
TypeRef = 1UL <<
TableIndex
.TypeRef,
20
TypeDef = 1UL <<
TableIndex
.TypeDef,
21
FieldPtr = 1UL <<
TableIndex
.FieldPtr,
22
Field = 1UL <<
TableIndex
.Field,
23
MethodPtr = 1UL <<
TableIndex
.MethodPtr,
24
MethodDef = 1UL <<
TableIndex
.MethodDef,
25
ParamPtr = 1UL <<
TableIndex
.ParamPtr,
26
Param = 1UL <<
TableIndex
.Param,
27
InterfaceImpl = 1UL <<
TableIndex
.InterfaceImpl,
28
MemberRef = 1UL <<
TableIndex
.MemberRef,
29
Constant = 1UL <<
TableIndex
.Constant,
30
CustomAttribute = 1UL <<
TableIndex
.CustomAttribute,
31
FieldMarshal = 1UL <<
TableIndex
.FieldMarshal,
32
DeclSecurity = 1UL <<
TableIndex
.DeclSecurity,
33
ClassLayout = 1UL <<
TableIndex
.ClassLayout,
34
FieldLayout = 1UL <<
TableIndex
.FieldLayout,
35
StandAloneSig = 1UL <<
TableIndex
.StandAloneSig,
36
EventMap = 1UL <<
TableIndex
.EventMap,
37
EventPtr = 1UL <<
TableIndex
.EventPtr,
38
Event = 1UL <<
TableIndex
.Event,
39
PropertyMap = 1UL <<
TableIndex
.PropertyMap,
40
PropertyPtr = 1UL <<
TableIndex
.PropertyPtr,
41
Property = 1UL <<
TableIndex
.Property,
42
MethodSemantics = 1UL <<
TableIndex
.MethodSemantics,
43
MethodImpl = 1UL <<
TableIndex
.MethodImpl,
44
ModuleRef = 1UL <<
TableIndex
.ModuleRef,
45
TypeSpec = 1UL <<
TableIndex
.TypeSpec,
46
ImplMap = 1UL <<
TableIndex
.ImplMap,
47
FieldRva = 1UL <<
TableIndex
.FieldRva,
48
EnCLog = 1UL <<
TableIndex
.EncLog,
49
EnCMap = 1UL <<
TableIndex
.EncMap,
50
Assembly = 1UL <<
TableIndex
.Assembly,
53
AssemblyRef = 1UL <<
TableIndex
.AssemblyRef,
56
File = 1UL <<
TableIndex
.File,
57
ExportedType = 1UL <<
TableIndex
.ExportedType,
58
ManifestResource = 1UL <<
TableIndex
.ManifestResource,
59
NestedClass = 1UL <<
TableIndex
.NestedClass,
60
GenericParam = 1UL <<
TableIndex
.GenericParam,
61
MethodSpec = 1UL <<
TableIndex
.MethodSpec,
62
GenericParamConstraint = 1UL <<
TableIndex
.GenericParamConstraint,
64
Document = 1UL <<
TableIndex
.Document,
65
MethodDebugInformation = 1UL <<
TableIndex
.MethodDebugInformation,
66
LocalScope = 1UL <<
TableIndex
.LocalScope,
67
LocalVariable = 1UL <<
TableIndex
.LocalVariable,
68
LocalConstant = 1UL <<
TableIndex
.LocalConstant,
69
ImportScope = 1UL <<
TableIndex
.ImportScope,
70
StateMachineMethod = 1UL <<
TableIndex
.StateMachineMethod,
71
CustomDebugInformation = 1UL <<
TableIndex
.CustomDebugInformation,
203
internal const uint Module = (uint)
TableIndex
.Module;
204
internal const uint TypeRef = (uint)
TableIndex
.TypeRef;
205
internal const uint TypeDef = (uint)
TableIndex
.TypeDef;
206
internal const uint FieldDef = (uint)
TableIndex
.Field;
207
internal const uint MethodDef = (uint)
TableIndex
.MethodDef;
208
internal const uint ParamDef = (uint)
TableIndex
.Param;
209
internal const uint InterfaceImpl = (uint)
TableIndex
.InterfaceImpl;
210
internal const uint MemberRef = (uint)
TableIndex
.MemberRef;
211
internal const uint Constant = (uint)
TableIndex
.Constant;
212
internal const uint CustomAttribute = (uint)
TableIndex
.CustomAttribute;
213
internal const uint DeclSecurity = (uint)
TableIndex
.DeclSecurity;
214
internal const uint Signature = (uint)
TableIndex
.StandAloneSig;
215
internal const uint EventMap = (uint)
TableIndex
.EventMap;
216
internal const uint Event = (uint)
TableIndex
.Event;
217
internal const uint PropertyMap = (uint)
TableIndex
.PropertyMap;
218
internal const uint Property = (uint)
TableIndex
.Property;
219
internal const uint MethodSemantics = (uint)
TableIndex
.MethodSemantics;
220
internal const uint MethodImpl = (uint)
TableIndex
.MethodImpl;
221
internal const uint ModuleRef = (uint)
TableIndex
.ModuleRef;
222
internal const uint TypeSpec = (uint)
TableIndex
.TypeSpec;
223
internal const uint Assembly = (uint)
TableIndex
.Assembly;
224
internal const uint AssemblyRef = (uint)
TableIndex
.AssemblyRef;
225
internal const uint File = (uint)
TableIndex
.File;
226
internal const uint ExportedType = (uint)
TableIndex
.ExportedType;
227
internal const uint ManifestResource = (uint)
TableIndex
.ManifestResource;
228
internal const uint NestedClass = (uint)
TableIndex
.NestedClass;
229
internal const uint GenericParam = (uint)
TableIndex
.GenericParam;
230
internal const uint MethodSpec = (uint)
TableIndex
.MethodSpec;
231
internal const uint GenericParamConstraint = (uint)
TableIndex
.GenericParamConstraint;
234
internal const uint Document = (uint)
TableIndex
.Document;
235
internal const uint MethodDebugInformation = (uint)
TableIndex
.MethodDebugInformation;
236
internal const uint LocalScope = (uint)
TableIndex
.LocalScope;
237
internal const uint LocalVariable = (uint)
TableIndex
.LocalVariable;
238
internal const uint LocalConstant = (uint)
TableIndex
.LocalConstant;
239
internal const uint ImportScope = (uint)
TableIndex
.ImportScope;
240
internal const uint AsyncMethod = (uint)
TableIndex
.StateMachineMethod;
241
internal const uint CustomDebugInformation = (uint)
TableIndex
.CustomDebugInformation;
System\Reflection\Metadata\Internal\Tables.cs (13)
581
Throw.TableNotSorted(
TableIndex
.InterfaceImpl);
708
Throw.TableNotSorted(
TableIndex
.Constant);
889
Throw.TableNotSorted(
TableIndex
.FieldMarshal);
955
Throw.TableNotSorted(
TableIndex
.DeclSecurity);
1035
Throw.TableNotSorted(
TableIndex
.ClassLayout);
1099
Throw.TableNotSorted(
TableIndex
.FieldLayout);
1503
Throw.TableNotSorted(
TableIndex
.MethodSemantics);
1600
Throw.TableNotSorted(
TableIndex
.MethodImpl);
1749
Throw.TableNotSorted(
TableIndex
.ImplMap);
1818
Throw.TableNotSorted(
TableIndex
.FieldRva);
2386
Throw.TableNotSorted(
TableIndex
.NestedClass);
2458
Throw.TableNotSorted(
TableIndex
.GenericParam);
2599
Throw.TableNotSorted(
TableIndex
.GenericParamConstraint);
System\Reflection\Metadata\MetadataReader.cs (91)
372
/// A row count for each possible table. May be indexed by <see cref="
TableIndex
"/>.
563
private int GetReferenceSize(int[] rowCounts,
TableIndex
index)
577
int fieldRefSizeSorted = GetReferenceSize(rowCounts,
TableIndex
.FieldPtr) > SmallIndexSize ? LargeIndexSize : GetReferenceSize(rowCounts,
TableIndex
.Field);
578
int methodRefSizeSorted = GetReferenceSize(rowCounts,
TableIndex
.MethodPtr) > SmallIndexSize ? LargeIndexSize : GetReferenceSize(rowCounts,
TableIndex
.MethodDef);
579
int paramRefSizeSorted = GetReferenceSize(rowCounts,
TableIndex
.ParamPtr) > SmallIndexSize ? LargeIndexSize : GetReferenceSize(rowCounts,
TableIndex
.Param);
580
int eventRefSizeSorted = GetReferenceSize(rowCounts,
TableIndex
.EventPtr) > SmallIndexSize ? LargeIndexSize : GetReferenceSize(rowCounts,
TableIndex
.Event);
581
int propertyRefSizeSorted = GetReferenceSize(rowCounts,
TableIndex
.PropertyPtr) > SmallIndexSize ? LargeIndexSize : GetReferenceSize(rowCounts,
TableIndex
.Property);
605
this.ModuleTable = new ModuleTableReader(rowCounts[(int)
TableIndex
.Module], stringHeapRefSize, guidHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
608
this.TypeRefTable = new TypeRefTableReader(rowCounts[(int)
TableIndex
.TypeRef], resolutionScopeRefSize, stringHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
611
this.TypeDefTable = new TypeDefTableReader(rowCounts[(int)
TableIndex
.TypeDef], fieldRefSizeSorted, methodRefSizeSorted, typeDefOrRefRefSize, stringHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
614
this.FieldPtrTable = new FieldPtrTableReader(rowCounts[(int)
TableIndex
.FieldPtr], GetReferenceSize(rowCounts,
TableIndex
.Field), metadataTablesMemoryBlock, totalRequiredSize);
617
this.FieldTable = new FieldTableReader(rowCounts[(int)
TableIndex
.Field], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
620
this.MethodPtrTable = new MethodPtrTableReader(rowCounts[(int)
TableIndex
.MethodPtr], GetReferenceSize(rowCounts,
TableIndex
.MethodDef), metadataTablesMemoryBlock, totalRequiredSize);
623
this.MethodDefTable = new MethodTableReader(rowCounts[(int)
TableIndex
.MethodDef], paramRefSizeSorted, stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
626
this.ParamPtrTable = new ParamPtrTableReader(rowCounts[(int)
TableIndex
.ParamPtr], GetReferenceSize(rowCounts,
TableIndex
.Param), metadataTablesMemoryBlock, totalRequiredSize);
629
this.ParamTable = new ParamTableReader(rowCounts[(int)
TableIndex
.Param], stringHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
632
this.InterfaceImplTable = new InterfaceImplTableReader(rowCounts[(int)
TableIndex
.InterfaceImpl], IsDeclaredSorted(TableMask.InterfaceImpl), GetReferenceSize(rowCounts,
TableIndex
.TypeDef), typeDefOrRefRefSize, metadataTablesMemoryBlock, totalRequiredSize);
635
this.MemberRefTable = new MemberRefTableReader(rowCounts[(int)
TableIndex
.MemberRef], memberRefParentRefSize, stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
638
this.ConstantTable = new ConstantTableReader(rowCounts[(int)
TableIndex
.Constant], IsDeclaredSorted(TableMask.Constant), hasConstantRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
641
this.CustomAttributeTable = new CustomAttributeTableReader(rowCounts[(int)
TableIndex
.CustomAttribute],
650
this.FieldMarshalTable = new FieldMarshalTableReader(rowCounts[(int)
TableIndex
.FieldMarshal], IsDeclaredSorted(TableMask.FieldMarshal), hasFieldMarshalRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
653
this.DeclSecurityTable = new DeclSecurityTableReader(rowCounts[(int)
TableIndex
.DeclSecurity], IsDeclaredSorted(TableMask.DeclSecurity), hasDeclSecurityRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
656
this.ClassLayoutTable = new ClassLayoutTableReader(rowCounts[(int)
TableIndex
.ClassLayout], IsDeclaredSorted(TableMask.ClassLayout), GetReferenceSize(rowCounts,
TableIndex
.TypeDef), metadataTablesMemoryBlock, totalRequiredSize);
659
this.FieldLayoutTable = new FieldLayoutTableReader(rowCounts[(int)
TableIndex
.FieldLayout], IsDeclaredSorted(TableMask.FieldLayout), GetReferenceSize(rowCounts,
TableIndex
.Field), metadataTablesMemoryBlock, totalRequiredSize);
662
this.StandAloneSigTable = new StandAloneSigTableReader(rowCounts[(int)
TableIndex
.StandAloneSig], blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
665
this.EventMapTable = new EventMapTableReader(rowCounts[(int)
TableIndex
.EventMap], GetReferenceSize(rowCounts,
TableIndex
.TypeDef), eventRefSizeSorted, metadataTablesMemoryBlock, totalRequiredSize);
668
this.EventPtrTable = new EventPtrTableReader(rowCounts[(int)
TableIndex
.EventPtr], GetReferenceSize(rowCounts,
TableIndex
.Event), metadataTablesMemoryBlock, totalRequiredSize);
671
this.EventTable = new EventTableReader(rowCounts[(int)
TableIndex
.Event], typeDefOrRefRefSize, stringHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
674
this.PropertyMapTable = new PropertyMapTableReader(rowCounts[(int)
TableIndex
.PropertyMap], GetReferenceSize(rowCounts,
TableIndex
.TypeDef), propertyRefSizeSorted, metadataTablesMemoryBlock, totalRequiredSize);
677
this.PropertyPtrTable = new PropertyPtrTableReader(rowCounts[(int)
TableIndex
.PropertyPtr], GetReferenceSize(rowCounts,
TableIndex
.Property), metadataTablesMemoryBlock, totalRequiredSize);
680
this.PropertyTable = new PropertyTableReader(rowCounts[(int)
TableIndex
.Property], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
683
this.MethodSemanticsTable = new MethodSemanticsTableReader(rowCounts[(int)
TableIndex
.MethodSemantics], IsDeclaredSorted(TableMask.MethodSemantics), GetReferenceSize(rowCounts,
TableIndex
.MethodDef), hasSemanticsRefSize, metadataTablesMemoryBlock, totalRequiredSize);
686
this.MethodImplTable = new MethodImplTableReader(rowCounts[(int)
TableIndex
.MethodImpl], IsDeclaredSorted(TableMask.MethodImpl), GetReferenceSize(rowCounts,
TableIndex
.TypeDef), methodDefOrRefRefSize, metadataTablesMemoryBlock, totalRequiredSize);
689
this.ModuleRefTable = new ModuleRefTableReader(rowCounts[(int)
TableIndex
.ModuleRef], stringHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
692
this.TypeSpecTable = new TypeSpecTableReader(rowCounts[(int)
TableIndex
.TypeSpec], blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
695
this.ImplMapTable = new ImplMapTableReader(rowCounts[(int)
TableIndex
.ImplMap], IsDeclaredSorted(TableMask.ImplMap), GetReferenceSize(rowCounts,
TableIndex
.ModuleRef), memberForwardedRefSize, stringHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
698
this.FieldRvaTable = new FieldRVATableReader(rowCounts[(int)
TableIndex
.FieldRva], IsDeclaredSorted(TableMask.FieldRva), GetReferenceSize(rowCounts,
TableIndex
.Field), metadataTablesMemoryBlock, totalRequiredSize);
701
this.EncLogTable = new EnCLogTableReader(rowCounts[(int)
TableIndex
.EncLog], metadataTablesMemoryBlock, totalRequiredSize, _metadataStreamKind);
704
this.EncMapTable = new EnCMapTableReader(rowCounts[(int)
TableIndex
.EncMap], metadataTablesMemoryBlock, totalRequiredSize);
707
this.AssemblyTable = new AssemblyTableReader(rowCounts[(int)
TableIndex
.Assembly], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
710
this.AssemblyProcessorTable = new AssemblyProcessorTableReader(rowCounts[(int)
TableIndex
.AssemblyProcessor], metadataTablesMemoryBlock, totalRequiredSize);
713
this.AssemblyOSTable = new AssemblyOSTableReader(rowCounts[(int)
TableIndex
.AssemblyOS], metadataTablesMemoryBlock, totalRequiredSize);
716
this.AssemblyRefTable = new AssemblyRefTableReader(rowCounts[(int)
TableIndex
.AssemblyRef], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize, _metadataKind);
719
this.AssemblyRefProcessorTable = new AssemblyRefProcessorTableReader(rowCounts[(int)
TableIndex
.AssemblyRefProcessor], GetReferenceSize(rowCounts,
TableIndex
.AssemblyRef), metadataTablesMemoryBlock, totalRequiredSize);
722
this.AssemblyRefOSTable = new AssemblyRefOSTableReader(rowCounts[(int)
TableIndex
.AssemblyRefOS], GetReferenceSize(rowCounts,
TableIndex
.AssemblyRef), metadataTablesMemoryBlock, totalRequiredSize);
725
this.FileTable = new FileTableReader(rowCounts[(int)
TableIndex
.File], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
728
this.ExportedTypeTable = new ExportedTypeTableReader(rowCounts[(int)
TableIndex
.ExportedType], implementationRefSize, stringHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
731
this.ManifestResourceTable = new ManifestResourceTableReader(rowCounts[(int)
TableIndex
.ManifestResource], implementationRefSize, stringHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
734
this.NestedClassTable = new NestedClassTableReader(rowCounts[(int)
TableIndex
.NestedClass], IsDeclaredSorted(TableMask.NestedClass), GetReferenceSize(rowCounts,
TableIndex
.TypeDef), metadataTablesMemoryBlock, totalRequiredSize);
737
this.GenericParamTable = new GenericParamTableReader(rowCounts[(int)
TableIndex
.GenericParam], IsDeclaredSorted(TableMask.GenericParam), typeOrMethodDefRefSize, stringHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
740
this.MethodSpecTable = new MethodSpecTableReader(rowCounts[(int)
TableIndex
.MethodSpec], methodDefOrRefRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
743
this.GenericParamConstraintTable = new GenericParamConstraintTableReader(rowCounts[(int)
TableIndex
.GenericParamConstraint], IsDeclaredSorted(TableMask.GenericParamConstraint), GetReferenceSize(rowCounts,
TableIndex
.GenericParam), typeDefOrRefRefSize, metadataTablesMemoryBlock, totalRequiredSize);
750
var combinedRowCounts = (externalRowCountsOpt != null) ? CombineRowCounts(rowCounts, externalRowCountsOpt, firstLocalTableIndex:
TableIndex
.Document) : rowCounts;
752
int methodRefSizeCombined = GetReferenceSize(combinedRowCounts,
TableIndex
.MethodDef);
755
this.DocumentTable = new DocumentTableReader(rowCounts[(int)
TableIndex
.Document], guidHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
758
this.MethodDebugInformationTable = new MethodDebugInformationTableReader(rowCounts[(int)
TableIndex
.MethodDebugInformation], GetReferenceSize(rowCounts,
TableIndex
.Document), blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
761
this.LocalScopeTable = new LocalScopeTableReader(rowCounts[(int)
TableIndex
.LocalScope], IsDeclaredSorted(TableMask.LocalScope), methodRefSizeCombined, GetReferenceSize(rowCounts,
TableIndex
.ImportScope), GetReferenceSize(rowCounts,
TableIndex
.LocalVariable), GetReferenceSize(rowCounts,
TableIndex
.LocalConstant), metadataTablesMemoryBlock, totalRequiredSize);
764
this.LocalVariableTable = new LocalVariableTableReader(rowCounts[(int)
TableIndex
.LocalVariable], stringHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
767
this.LocalConstantTable = new LocalConstantTableReader(rowCounts[(int)
TableIndex
.LocalConstant], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
770
this.ImportScopeTable = new ImportScopeTableReader(rowCounts[(int)
TableIndex
.ImportScope], GetReferenceSize(rowCounts,
TableIndex
.ImportScope), blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
773
this.StateMachineMethodTable = new StateMachineMethodTableReader(rowCounts[(int)
TableIndex
.StateMachineMethod], IsDeclaredSorted(TableMask.StateMachineMethod), methodRefSizeCombined, metadataTablesMemoryBlock, totalRequiredSize);
776
this.CustomDebugInformationTable = new CustomDebugInformationTableReader(rowCounts[(int)
TableIndex
.CustomDebugInformation], IsDeclaredSorted(TableMask.CustomDebugInformation), hasCustomDebugInformationRefSizeCombined, guidHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
785
private static int[] CombineRowCounts(int[] local, int[] external,
TableIndex
firstLocalTableIndex)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (3)
156
Throw.TableNotSorted(
TableIndex
.LocalScope);
356
Throw.TableNotSorted(
TableIndex
.StateMachineMethod);
465
Throw.TableNotSorted(
TableIndex
.CustomDebugInformation);
System\Reflection\Throw.cs (2)
207
internal static void TableNotSorted(
TableIndex
tableIndex)
213
internal static void InvalidOperation_TableNotSorted(
TableIndex
tableIndex)
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.MetadataTables.cs (5)
20
Interlocked.CompareExchange(ref _lazyTypeDefTable, CreateTable<EcmaDefinitionType>(
TableIndex
.TypeDef), null) ??
44
Interlocked.CompareExchange(ref _lazyTypeRefTable, CreateTable<RoDefinitionType>(
TableIndex
.TypeRef), null) ??
55
Interlocked.CompareExchange(ref _lazyGenericParamTable, CreateTable<EcmaGenericParameterType>(
TableIndex
.GenericParam), null) ??
66
Interlocked.CompareExchange(ref _lazyAssemblyRefTable, CreateTable<RoAssembly>(
TableIndex
.AssemblyRef), null) ??
72
private MetadataTable<T, EcmaModule> CreateTable<T>(
TableIndex
tableIndex) where T : class