4 references to GetCustomAttributeRows
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\EditAndContinue\EditAndContinueTestBase.cs (1)
211
AssertEx.Equal(rows, reader.
GetCustomAttributeRows
(), itemInspector: AttributeRowToString);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_Nullable.cs (1)
5395
var attributes = metadataReader.
GetCustomAttributeRows
().Select(metadataReader.GetCustomAttributeName).ToArray();
Roslyn.Test.PdbUtilities (2)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (2)
182
MetadataReader.
GetCustomAttributeRows
(),
194
MetadataReader.
GetCustomAttributeRows
()