10 references to CustomAttributeInfo
System.Reflection.Emit (10)
System\Reflection\Emit\CustomAttributeWrapper.cs (2)
37internal static CustomAttributeInfo DecodeCustomAttribute(ConstructorInfo ctor, ReadOnlySpan<byte> binaryAttribute) 40CustomAttributeInfo 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)
58CustomAttributeInfo caInfo = CustomAttributeInfo.DecodeCustomAttribute(con, binaryAttribute);
System\Reflection\Emit\PseudoCustomAttributesData.cs (3)
29internal static DllImportData Create(CustomAttributeInfo attr, out bool preserveSig) 294CustomAttributeInfo attributeInfo = CustomAttributeInfo.DecodeCustomAttribute(con, binaryAttribute);
System\Reflection\Emit\TypeBuilderImpl.cs (2)
510CustomAttributeInfo attributeInfo = CustomAttributeInfo.DecodeCustomAttribute(con, binaryAttribute);