1 write to _customAttributeParentCounts
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
120
_customAttributeParentCounts
= new Dictionary<EntityHandle, int>();
2 references to _customAttributeParentCounts
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
884
_customAttributeParentCounts
.Add(parentHandle, numAttributesEmitted);
1047
foreach (var (parent, count) in
_customAttributeParentCounts
.OrderBy(kvp => CodedIndex.HasCustomAttribute(kvp.Key)))