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); 1047foreach (var (parent, count) in _customAttributeParentCounts.OrderBy(kvp => CodedIndex.HasCustomAttribute(kvp.Key)))