2 references to FindCustomAttributeByName
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (2)
32return !handles.FindCustomAttributeByName(ns, name, module).IsNil; 37CustomAttributeHandle handle = handles.FindCustomAttributeByName(ns, name, module);