1 write to _propertyDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
106
_propertyDefs
= new DefinitionIndex<IPropertyDefinition>(this.TryGetExistingPropertyDefIndex, sizes[(int)TableIndex.Property]);
8 references to _propertyDefs
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\DeltaMetadataWriter.cs (8)
179
sizes[(int)TableIndex.Property] =
_propertyDefs
.GetAdded().Count;
238
propertiesAdded: AddRange(_previousGeneration.PropertiesAdded,
_propertyDefs
.GetAdded(), comparer: SymbolEquivalentEqualityComparer.Instance),
395
=> MetadataTokens.PropertyDefinitionHandle(
_propertyDefs
.GetRowId(def));
398
=>
_propertyDefs
.GetRows();
716
_propertyDefs
.AddUpdated(newPropertyDef);
740
this.AddDefIfNecessary(
_propertyDefs
, propertyDef, propertyChange);
1170
PopulateEncLogTableEventsOrProperties(
_propertyDefs
, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap);
1358
AddDefinitionTokens(tokens, tableIndex,
_propertyDefs
);