Base:
property
Name
System.Reflection.MemberInfo.Name
3 references to Name
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\DynamicMethod.cs (1)
306
sbName.Append(
Name
);
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
871
module, m_method.
Name
, (byte[])m_scope[m_methodSignature]!, new DynamicResolver(this));
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
78
throw new InvalidOperationException(SR.Format(SR.InvalidOperation_BadEmptyMethodBody,
Name
));