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