1 write to _typeDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
108_typeDefs = new DefinitionIndex<ITypeDefinition>(this.TryGetExistingTypeDefIndex, sizes[(int)TableIndex.TypeDef]);
11 references to _typeDefs
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
153sizes[(int)TableIndex.TypeDef] = _typeDefs.GetAdded().Count; 199var addedTypes = _typeDefs.GetAdded(); 342bool result = _typeDefs.TryGetRowId(def, out int rowId); 349return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 354return _typeDefs.GetDefinition(MetadataTokens.GetRowNumber(handle)); 359return _typeDefs.GetRows(); 506_typeDefs.Add(typeDef); 521_typeDefs.AddUpdated(typeDef); 541int typeRowId = _typeDefs.GetRowId(typeDef); 914PopulateEncLogTableRows(_typeDefs, TableIndex.TypeDef); 1180AddDefinitionTokens(tokens, _typeDefs, TableIndex.TypeDef);