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)
224customAttributesAdded: AddRange(_previousGeneration.CustomAttributesAdded, _customAttributesAdded), 1087_customAttributesAdded.Add(parent, rowIds.ToImmutableAndFree());