5 references to GetMethodSignature
System.Reflection.Emit (5)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
103
internal BlobBuilder GetMethodSignatureBlob() => MetadataSignatureHelper.
GetMethodSignature
(_module, _parameterTypes,
System\Reflection\Emit\ModuleBuilderImpl.cs (4)
794
MetadataSignatureHelper.
GetMethodSignature
(this, ParameterTypes(method.GetParameters()), method.ReturnType,
797
private BlobBuilder GetMethodArrayMethodSignature(ArrayMethod method) => MetadataSignatureHelper.
GetMethodSignature
(
1365
_metadataBuilder.GetOrAddBlob(MetadataSignatureHelper.
GetMethodSignature
(this, parameterTypes, returnType,
1370
MetadataSignatureHelper.
GetMethodSignature
(this, parameterTypes, returnType, GetSignatureConvention(callingConvention)))));