4 references to ToCustomAttributeData
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (2)
24yield return handle.ToCustomAttributeData(module); 40return handle.ToCustomAttributeData(module);
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (2)
92CustomAttributeData cad = handle.ToCustomAttributeData(module); 108CustomAttributeData cad = handle.ToCustomAttributeData(module);