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