1 write to _customAttributesAdded
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
117
_customAttributesAdded
= new Dictionary<EntityHandle, ImmutableArray<int>>();
2 references to _customAttributesAdded
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
221
customAttributesAdded: AddRange(_previousGeneration.CustomAttributesAdded,
_customAttributesAdded
),
1039
_customAttributesAdded
.Add(parentHandle, previouslyAddedRowIds.AddRange(_customAttributeRowIds.Skip(previousCustomAttributeRowIdsCount)));