1 write to _typeDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
104
_typeDefs
= new DefinitionIndex<ITypeDefinition>(this.TryGetExistingTypeDefIndex, sizes[(int)TableIndex.TypeDef]);
11 references to _typeDefs
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
149
sizes[(int)TableIndex.TypeDef] =
_typeDefs
.GetAdded().Count;
195
var addedTypes =
_typeDefs
.GetAdded();
336
bool result =
_typeDefs
.TryGetRowId(def, out int rowId);
343
return MetadataTokens.TypeDefinitionHandle(
_typeDefs
.GetRowId(def));
348
return
_typeDefs
.GetDefinition(MetadataTokens.GetRowNumber(handle));
353
return
_typeDefs
.GetRows();
595
_typeDefs
.Add(typeDef);
610
_typeDefs
.AddUpdated(typeDef);
630
int typeRowId =
_typeDefs
.GetRowId(typeDef);
1098
PopulateEncLogTableRows(
_typeDefs
, TableIndex.TypeDef);
1277
AddDefinitionTokens(tokens, tableIndex,
_typeDefs
);