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)
160sizes[(int)TableIndex.TypeDef] = _typeDefs.GetAdded().Count; 206var addedTypes = _typeDefs.GetAdded(); 347bool result = _typeDefs.TryGetRowId(def, out int rowId); 354return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 359return _typeDefs.GetDefinition(MetadataTokens.GetRowNumber(handle)); 364return _typeDefs.GetRows(); 608_typeDefs.Add(typeDef); 623_typeDefs.AddUpdated(typeDef); 643int typeRowId = _typeDefs.GetRowId(typeDef); 1111PopulateEncLogTableRows(_typeDefs, TableIndex.TypeDef); 1290AddDefinitionTokens(tokens, tableIndex, _typeDefs);