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