1 write to _typeDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
102_typeDefs = new DefinitionIndex<ITypeDefinition>(this.TryGetExistingTypeDefIndex, sizes[(int)TableIndex.TypeDef]);
11 references to _typeDefs
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
170sizes[(int)TableIndex.TypeDef] = _typeDefs.GetAdded().Count; 217var addedTypes = _typeDefs.GetAdded(); 358bool result = _typeDefs.TryGetRowId(def, out int rowId); 365return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 370return _typeDefs.GetDefinition(MetadataTokens.GetRowNumber(handle)); 375return _typeDefs.GetRows(); 643_typeDefs.Add(typeDef); 658_typeDefs.AddUpdated(typeDef); 678int typeRowId = _typeDefs.GetRowId(typeDef); 1163PopulateEncLogTableRows(_typeDefs, TableIndex.TypeDef); 1342AddDefinitionTokens(tokens, tableIndex, _typeDefs);