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