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)
150sizes[(int)TableIndex.TypeDef] = _typeDefs.GetAdded().Count; 196var addedTypes = _typeDefs.GetAdded(); 337bool result = _typeDefs.TryGetRowId(def, out int rowId); 344return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 349return _typeDefs.GetDefinition(MetadataTokens.GetRowNumber(handle)); 354return _typeDefs.GetRows(); 596_typeDefs.Add(typeDef); 611_typeDefs.AddUpdated(typeDef); 631int typeRowId = _typeDefs.GetRowId(typeDef); 1099PopulateEncLogTableRows(_typeDefs, TableIndex.TypeDef); 1278AddDefinitionTokens(tokens, tableIndex, _typeDefs);