1 write to _propertyDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
105
_propertyDefs
= new DefinitionIndex<IPropertyDefinition>(this.TryGetExistingPropertyDefIndex, sizes[(int)TableIndex.Property]);
8 references to _propertyDefs
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\DeltaMetadataWriter.cs (8)
169
sizes[(int)TableIndex.Property] =
_propertyDefs
.GetAdded().Count;
228
propertiesAdded: AddRange(_previousGeneration.PropertiesAdded,
_propertyDefs
.GetAdded(), comparer: SymbolEquivalentEqualityComparer.Instance),
385
=> MetadataTokens.PropertyDefinitionHandle(
_propertyDefs
.GetRowId(def));
388
=>
_propertyDefs
.GetRows();
702
_propertyDefs
.AddUpdated(newPropertyDef);
726
this.AddDefIfNecessary(
_propertyDefs
, propertyDef, propertyChange);
1156
PopulateEncLogTableEventsOrProperties(
_propertyDefs
, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap);
1344
AddDefinitionTokens(tokens, tableIndex,
_propertyDefs
);