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