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