2 overrides of SetCustomAttributeCore
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeFieldBuilder.cs (1)
153protected override void SetCustomAttributeCore(ConstructorInfo con, ReadOnlySpan<byte> binaryAttribute)
System.Reflection.Emit (1)
System\Reflection\Emit\FieldBuilderImpl.cs (1)
53protected override void SetCustomAttributeCore(ConstructorInfo con, ReadOnlySpan<byte> binaryAttribute)
2 references to SetCustomAttributeCore
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\FieldBuilder.cs (2)
22SetCustomAttributeCore(con, binaryAttribute); 31SetCustomAttributeCore(customBuilder.Ctor, customBuilder.Data);