1 write to _typeDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
109_typeDefs = new DefinitionIndex<ITypeDefinition>(this.TryGetExistingTypeDefIndex, sizes[(int)TableIndex.TypeDef]);
11 references to _typeDefs
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
154sizes[(int)TableIndex.TypeDef] = _typeDefs.GetAdded().Count; 200var addedTypes = _typeDefs.GetAdded(); 341bool result = _typeDefs.TryGetRowId(def, out int rowId); 348return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 353return _typeDefs.GetDefinition(MetadataTokens.GetRowNumber(handle)); 358return _typeDefs.GetRows(); 505_typeDefs.Add(typeDef); 520_typeDefs.AddUpdated(typeDef); 540int typeRowId = _typeDefs.GetRowId(typeDef); 1070PopulateEncLogTableRows(_typeDefs, TableIndex.TypeDef); 1249AddDefinitionTokens(tokens, tableIndex, _typeDefs);