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)
306sbName.Append(Name);
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
871module, m_method.Name, (byte[])m_scope[m_methodSignature]!, new DynamicResolver(this));
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
78throw new InvalidOperationException(SR.Format(SR.InvalidOperation_BadEmptyMethodBody, Name));