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)
58
CustomAttributeInfo caInfo = CustomAttributeInfo.
DecodeCustomAttribute
(con, binaryAttribute);
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
294
CustomAttributeInfo attributeInfo = CustomAttributeInfo.
DecodeCustomAttribute
(con, binaryAttribute);
System\Reflection\Emit\TypeBuilderImpl.cs (1)
510
CustomAttributeInfo attributeInfo = CustomAttributeInfo.
DecodeCustomAttribute
(con, binaryAttribute);