1 write to _typeDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
102
_typeDefs
= new DefinitionIndex<ITypeDefinition>(this.TryGetExistingTypeDefIndex, sizes[(int)TableIndex.TypeDef]);
11 references to _typeDefs
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
170
sizes[(int)TableIndex.TypeDef] =
_typeDefs
.GetAdded().Count;
217
var addedTypes =
_typeDefs
.GetAdded();
358
bool result =
_typeDefs
.TryGetRowId(def, out int rowId);
365
return MetadataTokens.TypeDefinitionHandle(
_typeDefs
.GetRowId(def));
370
return
_typeDefs
.GetDefinition(MetadataTokens.GetRowNumber(handle));
375
return
_typeDefs
.GetRows();
643
_typeDefs
.Add(typeDef);
658
_typeDefs
.AddUpdated(typeDef);
678
int typeRowId =
_typeDefs
.GetRowId(typeDef);
1163
PopulateEncLogTableRows(
_typeDefs
, TableIndex.TypeDef);
1342
AddDefinitionTokens(tokens, tableIndex,
_typeDefs
);