4 references to DecodeCustomAttribute
System.Reflection.Emit (4)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
185_dllImportData = DllImportData.Create(CustomAttributeInfo.DecodeCustomAttribute(con, binaryAttribute), out var preserveSig);
System\Reflection\Emit\ParameterBuilderImpl.cs (1)
58CustomAttributeInfo caInfo = CustomAttributeInfo.DecodeCustomAttribute(con, binaryAttribute);
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
294CustomAttributeInfo attributeInfo = CustomAttributeInfo.DecodeCustomAttribute(con, binaryAttribute);
System\Reflection\Emit\TypeBuilderImpl.cs (1)
510CustomAttributeInfo attributeInfo = CustomAttributeInfo.DecodeCustomAttribute(con, binaryAttribute);