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