1 write to _typeDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
105
_typeDefs
= new DefinitionIndex<ITypeDefinition>(this.TryGetExistingTypeDefIndex, sizes[(int)TableIndex.TypeDef]);
11 references to _typeDefs
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
150
sizes[(int)TableIndex.TypeDef] =
_typeDefs
.GetAdded().Count;
196
var addedTypes =
_typeDefs
.GetAdded();
337
bool result =
_typeDefs
.TryGetRowId(def, out int rowId);
344
return MetadataTokens.TypeDefinitionHandle(
_typeDefs
.GetRowId(def));
349
return
_typeDefs
.GetDefinition(MetadataTokens.GetRowNumber(handle));
354
return
_typeDefs
.GetRows();
596
_typeDefs
.Add(typeDef);
611
_typeDefs
.AddUpdated(typeDef);
631
int typeRowId =
_typeDefs
.GetRowId(typeDef);
1099
PopulateEncLogTableRows(
_typeDefs
, TableIndex.TypeDef);
1278
AddDefinitionTokens(tokens, tableIndex,
_typeDefs
);