1 write to _propertyDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
109
_propertyDefs
= new DefinitionIndex<IPropertyDefinition>(this.TryGetExistingPropertyDefIndex, sizes[(int)TableIndex.Property]);
7 references to _propertyDefs
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\DeltaMetadataWriter.cs (7)
159
sizes[(int)TableIndex.Property] =
_propertyDefs
.GetAdded().Count;
217
propertiesAdded: AddRange(_previousGeneration.PropertiesAdded,
_propertyDefs
.GetAdded(), comparer: SymbolEquivalentEqualityComparer.Instance),
374
=> MetadataTokens.PropertyDefinitionHandle(
_propertyDefs
.GetRowId(def));
377
=>
_propertyDefs
.GetRows();
676
this.AddDefIfNecessary(
_propertyDefs
, propertyDef, propertyChange);
1106
PopulateEncLogTableEventsOrProperties(
_propertyDefs
, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap);
1294
AddDefinitionTokens(tokens, tableIndex,
_propertyDefs
);