1 write to _propertyDefs
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
112
_propertyDefs
= new DefinitionIndex<IPropertyDefinition>(this.TryGetExistingPropertyDefIndex, sizes[(int)TableIndex.Property]);
8 references to _propertyDefs
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\DeltaMetadataWriter.cs (8)
162
sizes[(int)TableIndex.Property] =
_propertyDefs
.GetAdded().Count;
220
propertiesAdded: AddRange(_previousGeneration.PropertiesAdded,
_propertyDefs
.GetAdded(), comparer: SymbolEquivalentEqualityComparer.Instance),
379
=> MetadataTokens.PropertyDefinitionHandle(
_propertyDefs
.GetRowId(def));
382
=>
_propertyDefs
.GetRows();
619
this.AddDefIfNecessary(
_propertyDefs
, propertyDef, propertyChange);
633
_propertyDefs
.AddUpdated(newPropertyDef);
921
PopulateEncLogTableEventsOrProperties(
_propertyDefs
, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap);
1184
AddDefinitionTokens(tokens,
_propertyDefs
, TableIndex.Property);