4 references to GetCustomAttributes
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_Nullable.cs (2)
4876
checkAttributes(parameters[0].
GetCustomAttributes
()); // return type
4877
checkAttributes(parameters[1].
GetCustomAttributes
()); // parameter
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (2)
38
protected sealed override IEnumerable<CustomAttributeData> GetTrueCustomAttributes() => Parameter.
GetCustomAttributes
().ToTrueCustomAttributes(GetEcmaModule());
62
return Parameter.
GetCustomAttributes
().TryFindRawDefaultValueFromCustomAttributes(GetEcmaModule(), out rawDefaultValue);