2 overrides of SetCustomAttributeCore
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeAssemblyBuilder.cs (1)
286
protected override void
SetCustomAttributeCore
(ConstructorInfo con, ReadOnlySpan<byte> binaryAttribute)
System.Reflection.Emit (1)
System\Reflection\Emit\PersistedAssemblyBuilder.cs (1)
194
protected 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\AssemblyBuilder.cs (2)
43
SetCustomAttributeCore
(con, binaryAttribute);
52
SetCustomAttributeCore
(customBuilder.Ctor, customBuilder.Data);