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