2 overrides of SetCustomAttributeCore
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeParameterBuilder.cs (1)
20
protected override void
SetCustomAttributeCore
(ConstructorInfo con, ReadOnlySpan<byte> binaryAttribute)
System.Reflection.Emit (1)
System\Reflection\Emit\ParameterBuilderImpl.cs (1)
39
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\ParameterBuilder.cs (2)
25
SetCustomAttributeCore
(con, binaryAttribute);
32
SetCustomAttributeCore
(customBuilder.Ctor, customBuilder.Data);