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