10 references to CustomAttributeInfo
System.Reflection.Emit (10)
System\Reflection\Emit\CustomAttributeWrapper.cs (2)
37
internal static
CustomAttributeInfo
DecodeCustomAttribute(ConstructorInfo ctor, ReadOnlySpan<byte> binaryAttribute)
40
CustomAttributeInfo
info = default;
System\Reflection\Emit\MethodBuilderImpl.cs (1)
185
_dllImportData = DllImportData.Create(
CustomAttributeInfo
.DecodeCustomAttribute(con, binaryAttribute), out var preserveSig);
System\Reflection\Emit\ParameterBuilderImpl.cs (2)
58
CustomAttributeInfo
caInfo =
CustomAttributeInfo
.DecodeCustomAttribute(con, binaryAttribute);
System\Reflection\Emit\PseudoCustomAttributesData.cs (3)
29
internal static DllImportData Create(
CustomAttributeInfo
attr, out bool preserveSig)
294
CustomAttributeInfo
attributeInfo =
CustomAttributeInfo
.DecodeCustomAttribute(con, binaryAttribute);
System\Reflection\Emit\TypeBuilderImpl.cs (2)
510
CustomAttributeInfo
attributeInfo =
CustomAttributeInfo
.DecodeCustomAttribute(con, binaryAttribute);