5 references to GetMethodSignature
System.Reflection.Emit (5)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
102
internal BlobBuilder GetMethodSignatureBlob() => MetadataSignatureHelper.
GetMethodSignature
(_module, _parameterTypes,
System\Reflection\Emit\ModuleBuilderImpl.cs (4)
797
MetadataSignatureHelper.
GetMethodSignature
(this, MetadataSignatureHelper.GetParameterTypes(method.GetParameters()), method.ReturnParameter.GetModifiedParameterType(),
800
private BlobBuilder GetMethodArrayMethodSignature(ArrayMethod method) => MetadataSignatureHelper.
GetMethodSignature
(
1355
_metadataBuilder.GetOrAddBlob(MetadataSignatureHelper.
GetMethodSignature
(this, parameterTypes, returnType,
1360
MetadataSignatureHelper.
GetMethodSignature
(this, parameterTypes, returnType, GetSignatureConvention(callingConvention)))));