Base:
property
Signature
Internal.TypeSystem.MethodDesc.Signature
4 references to Signature
ILCompiler.Compiler (4)
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (4)
130if (_mainMethod.Signature.Length > 0) 152if (!_mainMethod.Signature.ReturnType.IsVoid) 164if (_mainMethod.Signature.ReturnType.IsVoid) 285for (int i = 0; i < Signature.Length; i++)