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