Base:
property
Signature
Internal.TypeSystem.MethodDelegator.Signature
2 references to Signature
ILCompiler.Compiler (2)
parent\parent\Common\Compiler\AsyncMethodVariant.cs (2)
89
Debug.Assert(!asyncVariant.
Signature
.ReturnType.IsVoid);
105
MethodSignatureBuilder builder = new MethodSignatureBuilder(_asyncVariant.
Signature
);