1 write to _typeDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
101
_typeDefs
= new DefinitionIndex<ITypeDefinition>(this.TryGetExistingTypeDefIndex, sizes[(int)TableIndex.TypeDef]);
11 references to _typeDefs
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
160
sizes[(int)TableIndex.TypeDef] =
_typeDefs
.GetAdded().Count;
206
var addedTypes =
_typeDefs
.GetAdded();
347
bool result =
_typeDefs
.TryGetRowId(def, out int rowId);
354
return MetadataTokens.TypeDefinitionHandle(
_typeDefs
.GetRowId(def));
359
return
_typeDefs
.GetDefinition(MetadataTokens.GetRowNumber(handle));
364
return
_typeDefs
.GetRows();
608
_typeDefs
.Add(typeDef);
623
_typeDefs
.AddUpdated(typeDef);
643
int typeRowId =
_typeDefs
.GetRowId(typeDef);
1111
PopulateEncLogTableRows(
_typeDefs
, TableIndex.TypeDef);
1290
AddDefinitionTokens(tokens, tableIndex,
_typeDefs
);