1 write to _propertyDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
108
_propertyDefs
= new DefinitionIndex<IPropertyDefinition>(this.TryGetExistingPropertyDefIndex, sizes[(int)TableIndex.Property]);
7 references to _propertyDefs
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\DeltaMetadataWriter.cs (7)
158
sizes[(int)TableIndex.Property] =
_propertyDefs
.GetAdded().Count;
216
propertiesAdded: AddRange(_previousGeneration.PropertiesAdded,
_propertyDefs
.GetAdded(), comparer: SymbolEquivalentEqualityComparer.Instance),
373
=> MetadataTokens.PropertyDefinitionHandle(
_propertyDefs
.GetRowId(def));
376
=>
_propertyDefs
.GetRows();
675
this.AddDefIfNecessary(
_propertyDefs
, propertyDef, propertyChange);
1105
PopulateEncLogTableEventsOrProperties(
_propertyDefs
, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap);
1293
AddDefinitionTokens(tokens, tableIndex,
_propertyDefs
);