2 references to _customAttributeSignatureIndex
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
710
if (
_customAttributeSignatureIndex
.TryGetValue(customAttribute, out result))
718
_customAttributeSignatureIndex
.Add(customAttribute, result);