9 references to GetCustomAttributes
Microsoft.Cci.Extensions (1)
Extensions\CSharp\CSharpCciExtensions.cs (1)
889
return GetCustomAttributeArgument(metadataReader, constraint.
GetCustomAttributes
(), argumentResolver);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
Attributes\AttributeTests_Nullable.cs (7)
1349
AssertAttributes(reader, constraint.
GetCustomAttributes
(), "MethodDefinition:Void System.Runtime.CompilerServices.NullableAttribute..ctor(Byte)");
1353
AssertAttributes(reader, constraint.
GetCustomAttributes
(), "MethodDefinition:Void System.Runtime.CompilerServices.NullableAttribute..ctor(Byte)");
1414
AssertAttributes(reader, constraint.
GetCustomAttributes
());
1462
AssertAttributes(reader, constraint.
GetCustomAttributes
(), "MethodDefinition:Void System.Runtime.CompilerServices.NullableAttribute..ctor(Byte[])");
1466
AssertAttributes(reader, constraint.
GetCustomAttributes
(), "MethodDefinition:Void System.Runtime.CompilerServices.NullableAttribute..ctor(Byte)");
1520
AssertAttributes(reader, constraint.
GetCustomAttributes
(), "MethodDefinition:Void System.Runtime.CompilerServices.NullableAttribute..ctor(Byte)");
4866
checkAttributesNoDynamic(constraint.
GetCustomAttributes
(), addOne: 1); // add one for A<T>
Attributes\AttributeTests_Tuples.cs (1)
876
var attributes = constraint.
GetCustomAttributes
();