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;
207
var addedTypes =
_typeDefs
.GetAdded();
348
bool result =
_typeDefs
.TryGetRowId(def, out int rowId);
355
return MetadataTokens.TypeDefinitionHandle(
_typeDefs
.GetRowId(def));
360
return
_typeDefs
.GetDefinition(MetadataTokens.GetRowNumber(handle));
365
return
_typeDefs
.GetRows();
609
_typeDefs
.Add(typeDef);
624
_typeDefs
.AddUpdated(typeDef);
644
int typeRowId =
_typeDefs
.GetRowId(typeDef);
1112
PopulateEncLogTableRows(
_typeDefs
, TableIndex.TypeDef);
1291
AddDefinitionTokens(tokens, tableIndex,
_typeDefs
);