1 write to _typeDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
104_typeDefs = new DefinitionIndex<ITypeDefinition>(this.TryGetExistingTypeDefIndex, sizes[(int)TableIndex.TypeDef]);
11 references to _typeDefs
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
149sizes[(int)TableIndex.TypeDef] = _typeDefs.GetAdded().Count; 195var addedTypes = _typeDefs.GetAdded(); 336bool result = _typeDefs.TryGetRowId(def, out int rowId); 343return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 348return _typeDefs.GetDefinition(MetadataTokens.GetRowNumber(handle)); 353return _typeDefs.GetRows(); 595_typeDefs.Add(typeDef); 610_typeDefs.AddUpdated(typeDef); 630int typeRowId = _typeDefs.GetRowId(typeDef); 1098PopulateEncLogTableRows(_typeDefs, TableIndex.TypeDef); 1277AddDefinitionTokens(tokens, tableIndex, _typeDefs);