1 instantiation of CustomAttributeRow
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\MetadataReaderUtils.cs (1)
211yield return new CustomAttributeRow(attribute.Parent, attribute.Constructor);
5 references to CustomAttributeRow
Microsoft.CodeAnalysis.Test.Utilities (5)
Metadata\CustomAttributeRow.cs (3)
13internal readonly struct CustomAttributeRow : IEquatable<CustomAttributeRow> 24public bool Equals(CustomAttributeRow other) 32return base.Equals((CustomAttributeRow)obj);
Metadata\MetadataReaderUtils.cs (2)
206public static IEnumerable<CustomAttributeRow> GetCustomAttributeRows(this MetadataReader reader) 215public static string GetCustomAttributeName(this MetadataReader reader, CustomAttributeRow row)