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