11 references to GetCustomAttributes
Microsoft.Cci.Extensions (1)
Extensions\CSharp\CSharpCciExtensions.cs (1)
869return GetCustomAttributeArgument(metadataReader, iImpl.GetCustomAttributes(), argumentResolver);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (10)
Attributes\AttributeTests_NativeInteger.cs (2)
793AssertAttributes(reader, interfaceImpl.GetCustomAttributes(), "MethodDefinition:Void System.Runtime.CompilerServices.NativeIntegerAttribute..ctor(Boolean[])"); 1381var customAttributes = interfaceImpl.GetCustomAttributes();
Attributes\AttributeTests_Nullable.cs (7)
150AssertAttributes(reader, interfaceImpl1.GetCustomAttributes()); 154AssertAttributes(reader, interfaceImpl2.GetCustomAttributes(), "MethodDefinition:Void System.Runtime.CompilerServices.NullableAttribute..ctor(Byte[])"); 1136AssertAttributes(reader, interfaceImpl.GetCustomAttributes(), "MethodDefinition:Void System.Runtime.CompilerServices.NullableAttribute..ctor(Byte[])"); 1139AssertAttributes(reader, interfaceImpl.GetCustomAttributes(), "MethodDefinition:Void System.Runtime.CompilerServices.NullableAttribute..ctor(Byte[])"); 1187AssertAttributes(reader, interfaceImpl.GetCustomAttributes(), 1191AssertAttributes(reader, interfaceImpl.GetCustomAttributes(), 4862checkAttributesNoDynamic(interfaceImpl.GetCustomAttributes(), addOne: 0); // add one for I<T>
Attributes\AttributeTests_Tuples.cs (1)
973var attributes = interfaceImpl.GetCustomAttributes();