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