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; 207var addedTypes = _typeDefs.GetAdded(); 348bool result = _typeDefs.TryGetRowId(def, out int rowId); 355return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 360return _typeDefs.GetDefinition(MetadataTokens.GetRowNumber(handle)); 365return _typeDefs.GetRows(); 609_typeDefs.Add(typeDef); 624_typeDefs.AddUpdated(typeDef); 644int typeRowId = _typeDefs.GetRowId(typeDef); 1112PopulateEncLogTableRows(_typeDefs, TableIndex.TypeDef); 1291AddDefinitionTokens(tokens, tableIndex, _typeDefs);