243 references to Length
ilc (3)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
57
Debug.Assert(method.Signature.
Length
== 0 && method.Signature.IsStatic);
RdXmlRootProvider.cs (2)
166
if (parameter.Count != method.Signature.
Length
)
169
for (int i = 0; i < method.Signature.
Length
; i++)
ILCompiler.Compiler (129)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
255
for (int i = 0; i < _targetMethod.Signature.
Length
; i++)
Compiler\Dataflow\AttributeDataFlow.cs (1)
85
if (setter != null && setter.Signature.
Length
> 0 && !setter.Signature.IsStatic)
Compiler\Dataflow\MethodBodyScanner.cs (2)
747
if (signature.
Length
> 0)
748
PopUnknown(currentStack, signature.
Length
, methodIL, offset);
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
492
for (int paramIndex = 0; paramIndex < calledMethod.Signature.
Length
; paramIndex++)
Compiler\DelegateCreationInfo.cs (2)
191
int paramCountTargetMethod = targetMethod.Signature.
Length
;
198
int paramCountDelegateClosed = delegateInfo.Signature.
Length
+ 1;
Compiler\DependencyAnalysis\CallingConventionConverterKey.cs (2)
26
for (int i = 0; i < signature.
Length
; i++)
79
for (int i = 0; i < signature.
Length
; i++)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (2)
266
_parametersSig = new NativeLayoutTypeSignatureVertexNode[signature.
Length
];
295
Debug.Assert(_signature.
Length
== _parametersSig.Length);
Compiler\DependencyAnalysis\ReflectionInvokeSupportDependencyAlgorithm.cs (4)
32
if (sig.
Length
< 1 || !sig[sig.
Length
- 1].IsArray)
44
if (param.SequenceNumber == sig.
Length
/* SequenceNumber is 1-based */)
50
factory.ConstructedTypeSymbol(sig[sig.
Length
- 1].NormalizeInstantiation()),
Compiler\DependencyAnalysis\Target_ARM\ARMReadyToRunGenericHelperNode.cs (2)
177
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
182
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_ARM\ARMReadyToRunHelperNode.cs (2)
116
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
121
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_ARM64\ARM64ReadyToRunGenericHelperNode.cs (2)
175
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
180
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_ARM64\ARM64ReadyToRunHelperNode.cs (2)
131
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
136
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_LoongArch64\LoongArch64ReadyToRunGenericHelperNode.cs (2)
177
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
182
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_LoongArch64\LoongArch64ReadyToRunHelperNode.cs (2)
123
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
128
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_RiscV64\RiscV64ReadyToRunGenericHelperNode.cs (2)
174
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
179
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_RiscV64\RiscV64ReadyToRunHelperNode.cs (2)
121
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
126
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_X64\X64ReadyToRunGenericHelperNode.cs (2)
185
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
190
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_X64\X64ReadyToRunHelperNode.cs (2)
136
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
141
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_X86\X86ReadyToRunGenericHelperNode.cs (2)
174
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
183
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\DependencyAnalysis\Target_X86\X86ReadyToRunHelperNode.cs (2)
141
Debug.Assert(target.Constructor.Method.Signature.
Length
== 3);
149
Debug.Assert(target.Constructor.Method.Signature.
Length
== 2);
Compiler\ILAssemblyGeneratingMethodDebugInfoProvider.cs (1)
85
for (int i = 0; i < owningMethod.Signature.
Length
; i++)
Compiler\LibraryRootProvider.cs (1)
94
for (int i = 0; i < signature.
Length
; i++)
Compiler\Logging\DocumentationSignatureParser.cs (1)
707
if (methodParameters.
Length
!= expectedParameters.Count)
Compiler\MetadataManager.cs (1)
1187
for (int i = 0; i < pointerSignature.
Length
; i++)
Compiler\SubstitutedILProvider.cs (3)
419
&& callee.Signature is {
Length
: 0, IsStatic: true }
746
for (int i = 0; i < callee.Signature.
Length
+ (callee.Signature.IsStatic ? 0 : 1); i++)
846
if (method.Signature.
Length
> 0 || !method.Signature.IsStatic)
Compiler\TypePreinit.cs (4)
484
int numParams = methodSig.
Length
+ paramOffset;
600
Value[] ctorParameters = new Value[ctorSig.
Length
+ 1];
601
for (int i = ctorSig.
Length
- 1; i >= 0; i--)
1990
if ((uint)(index - offset) >= (uint)sig.
Length
)
Compiler\UserDefinedTypeDescriptor.cs (2)
205
descriptor.NumberOfArguments = checked((ushort)signature.
Length
);
212
uint[] args = new uint[signature.
Length
];
IL\ILImporter.Scanner.cs (1)
518
if (sig.
Length
!= 1)
IL\RvaIntrinsicPatternAnalyzer.cs (3)
167
int argumentCount = constructor.Signature.
Length
;
329
&& signature.
Length
== 2
342
&& signature.
Length
== 1
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (2)
130
if (_mainMethod.Signature.
Length
> 0)
285
for (int i = 0; i < Signature.
Length
; i++)
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (2)
458
for (int i = 0; i < _targetMethod.Signature.
Length
; i++)
565
for (int i = 0; i < _targetMethod.Signature.
Length
; i++)
parent\parent\Common\Compiler\Dataflow\EcmaExtensions.cs (3)
122
return new ParameterProxyEnumerable(implicitThisOffset, method.Signature.
Length
+ implicitThisOffset, method);
128
public static int GetMetadataParametersCount(this MethodDesc method) => method.Signature.
Length
;
139
=> method.Signature.
Length
+ (method.Signature.IsStatic ? 0 : 1);
parent\parent\Common\Compiler\DisplayNameHelpers.cs (4)
88
if (method.Signature.
Length
> 0)
90
for (int i = 0; i < method.Signature.
Length
- 1; i++)
96
sb.Append(method.Signature[method.Signature.
Length
- 1].GetDisplayNameWithoutNamespace());
184
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\Compiler\NativeAotNameMangler.cs (2)
402
for (int i = 0; i < fnPtrType.Signature.
Length
; i++)
526
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
248
for (int paramIndex = 0; paramIndex < method.Signature.
Length
; paramIndex++)
parent\parent\Common\Compiler\ObjectWriter\TypeString.cs (1)
49
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\Compiler\ProcessLinkerXmlBase.cs (2)
544
for (int i = 0; i < meth.Signature.
Length
; i++)
613
for (int i = 0; i < type.Signature.
Length
; i++)
parent\parent\Common\Internal\Runtime\EETypeBuilderHelpers.cs (2)
162
0 => sig.
Length
,
163
_ => sig.
Length
| unchecked((int)FunctionPointerFlags.IsUnmanaged),
parent\parent\Common\JitInterface\WasmLowering.cs (4)
24
TypeDesc[] arguments = new TypeDesc[signature.
Length
];
25
for (int i = 0; i < signature.
Length
; i++)
715
ArrayBuilder<WasmValueType> result = new(signature.
Length
+ 6);
762
for (int i = explicitThis ? 1 : 0; i < signature.
Length
; i++)
parent\parent\Common\TypeSystem\IL\DelegateInfo.cs (2)
152
&& delegateSignature.
Length
> 0
189
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
57
Debug.Assert(method.Signature.
Length
== 0 && method.Signature.IsStatic);
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (1)
108
if (method.Name == "CreateInstance"u8 && method.Signature.
Length
== 0 && method.HasInstantiation
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
72
for (int iArg = 0; iArg < sig.
Length
; iArg++)
284
for (int iArg = 0; iArg < sig.
Length
; iArg++)
parent\parent\Common\TypeSystem\IL\Stubs\CalliMarshallingMethodThunk.cs (2)
63
TypeDesc[] parameterTypes = new TypeDesc[_targetSignature.
Length
+ 1];
65
for (int i = 0; i < _targetSignature.
Length
; i++)
parent\parent\Common\TypeSystem\IL\Stubs\DelegateMarshallingMethodThunk.cs (2)
166
TypeDesc[] nativeParameterTypes = new TypeDesc[delegateSignature.
Length
];
182
for (int i = 0; i < delegateSignature.
Length
; i++)
parent\parent\Common\TypeSystem\IL\Stubs\DelegateMethodILEmitter.cs (2)
66
for (int i = 0; i < signature.
Length
; i++)
83
TypeDesc[] parameters = new TypeDesc[method.Signature.
Length
];
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (13)
117
for (int i = 0; i < Signature.
Length
; i++)
172
Debug.Assert(Signature.
Length
> 0);
179
TypeDesc[] parameters = new TypeDesc[Signature.
Length
- 1];
180
for (int i = 0; i < Signature.
Length
; i++)
251
TypeDesc[] targetMethodParameters = new TypeDesc[Signature.
Length
+ 1];
254
for (int i = 0; i < Signature.
Length
; i++)
270
for (int i = 0; i < Signature.
Length
; i++)
381
for (int i = 0; i < Signature.
Length
; i++)
453
for (int i = 0; i < Signature.
Length
; i++)
532
if (Signature.
Length
> 0)
534
codeStream.EmitLdc(Signature.
Length
);
538
for (int i = 0; i < Signature.
Length
; i++)
613
for (int i = 0; i < Signature.
Length
; i++)
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (4)
51
TypeDesc[] parameters = new TypeDesc[sig.
Length
];
52
for (int i = 0; i < sig.
Length
; i++)
145
if (_targetSignature.
Length
!= 0)
149
for (int i = 0; i < _targetSignature.
Length
; i++)
parent\parent\Common\TypeSystem\IL\Stubs\GetCanonTypeIntrinsic.cs (1)
18
Debug.Assert(target.Signature.
Length
== 0);
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (2)
78
Marshaller[] marshallers = new Marshaller[methodSig.
Length
+ 1];
374
callsiteSetupCodeStream.EmitLdArg(calliThunk.TargetSignature.
Length
);
parent\parent\Common\TypeSystem\IL\Stubs\TypeGetTypeMethodThunk.cs (5)
43
return System.Text.Encoding.UTF8.GetBytes($"{_helperMethod.GetName()}_{Signature.
Length
}_{DefaultAssemblyName}");
51
return $"{_helperMethod.DiagnosticName}_{Signature.
Length
}_{DefaultAssemblyName}";
81
for (int i = 2; i < _helperMethod.Signature.
Length
; i++)
89
if (i - 1 < Signature.
Length
)
177
if (signature.
Length
> 1 && signature[1].HasInstantiation)
parent\parent\Common\TypeSystem\IL\Stubs\TypeSystemThrowingILEmitter.cs (3)
34
if (helper.Signature.
Length
!= exception.Arguments.Count + 1)
60
if (helper.Signature.
Length
!= exception.Arguments.Count + 1)
78
Debug.Assert(helper.Signature.
Length
== exception.Arguments.Count + 1);
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (5)
101
Debug.Assert(method.Signature.IsStatic && method.Signature.
Length
== 2);
119
Debug.Assert(method.Signature.IsStatic && method.Signature.
Length
== 2);
139
Debug.Assert(method.Signature.IsStatic && method.Signature.
Length
== (write ? 2 : 1));
157
Debug.Assert(method.Signature.IsStatic && method.Signature.
Length
== 2);
212
Debug.Assert(method.Signature.IsStatic && method.Signature.
Length
== 1);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
393
Marshaller[] marshallers = new Marshaller[methodSig.
Length
+ 1];
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (2)
697
signatureBuilder.WriteCompressedInteger(sig.
Length
);
699
for (int i = 0; i < sig.
Length
; i++)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (2)
292
|| interfaceMethod.Signature.
Length
!= method.Signature.
Length
ILCompiler.MetadataTransform (4)
ILCompiler\Metadata\Transform.cs (1)
43
for (int i = 0; i < pointerSignature.
Length
; i++)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
54
result.FixedArguments.Capacity = sig.
Length
;
ILCompiler\Metadata\Transform.Method.cs (2)
171
result.Parameters.Capacity = signature.
Length
;
172
for (int i = 0; i < signature.
Length
; i++)
ILCompiler.ReadyToRun (62)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
89
TypeHandle[] parameterTypes = new TypeHandle[signature.
Length
];
Compiler\DependencyAnalysis\ReadyToRun\SignatureBuilder.cs (2)
385
EmitUInt((uint)type.Signature.
Length
);
388
for (int argIndex = 0; argIndex < type.Signature.
Length
; argIndex++)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
684
for (int i = 0; i < signature.
Length
; i++)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (4)
149
int[] offsets = new int[methodSignature.
Length
];
150
bool[] isIndirectStructArg = new bool[methodSignature.
Length
];
235
for (int i = 0; i < methodSignature.
Length
; i++)
379
for (int i = 0; i < methodSignature.
Length
; i++)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (3)
130
int[] interpOffsets = new int[methodSignature.
Length
];
131
bool[] isIndirectStructArg = new bool[methodSignature.
Length
];
216
for (int i = 0; i < methodSignature.
Length
; i++)
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (3)
134
int[] offsets = new int[methodSignature.
Length
];
135
bool[] isIndirectStructArg = new bool[methodSignature.
Length
];
222
for (int i = 0; i < methodSignature.
Length
; i++)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
845
for (int i = 0; i < ptrSignature.
Length
; i++)
Compiler\ReadyToRunLibraryRootProvider.cs (1)
98
for (int i = 0; i < signature.
Length
; i++)
Compiler\ReadyToRunTypeMapEncoding.cs (1)
45
for (int i = 0; i < signature.
Length
; i++)
Compiler\RuntimeDeterminedTypeHelper.cs (3)
106
method1.Signature.
Length
!= method2.Signature.
Length
||
112
for (int argIndex = 0; argIndex < method1.Signature.
Length
; argIndex++)
IL\ReadyToRunILProvider.cs (1)
54
&& method.Signature.
Length
== 0
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2709
for (int argIndex = 0; argIndex < signature.
Length
; argIndex++)
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (2)
458
for (int i = 0; i < _targetMethod.Signature.
Length
; i++)
565
for (int i = 0; i < _targetMethod.Signature.
Length
; i++)
parent\parent\Common\Compiler\Dataflow\EcmaExtensions.cs (3)
122
return new ParameterProxyEnumerable(implicitThisOffset, method.Signature.
Length
+ implicitThisOffset, method);
128
public static int GetMetadataParametersCount(this MethodDesc method) => method.Signature.
Length
;
139
=> method.Signature.
Length
+ (method.Signature.IsStatic ? 0 : 1);
parent\parent\Common\Compiler\DisplayNameHelpers.cs (4)
88
if (method.Signature.
Length
> 0)
90
for (int i = 0; i < method.Signature.
Length
- 1; i++)
96
sb.Append(method.Signature[method.Signature.
Length
- 1].GetDisplayNameWithoutNamespace());
184
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\Compiler\NativeAotNameMangler.cs (2)
402
for (int i = 0; i < fnPtrType.Signature.
Length
; i++)
526
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
248
for (int paramIndex = 0; paramIndex < method.Signature.
Length
; paramIndex++)
parent\parent\Common\Compiler\ObjectWriter\TypeString.cs (1)
49
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\Compiler\ProcessLinkerXmlBase.cs (2)
544
for (int i = 0; i < meth.Signature.
Length
; i++)
613
for (int i = 0; i < type.Signature.
Length
; i++)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
945
sig->numArgs = (ushort)signature.
Length
;
parent\parent\Common\JitInterface\JitTypeNameFormatter.cs (1)
50
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\JitInterface\WasmLowering.cs (4)
24
TypeDesc[] arguments = new TypeDesc[signature.
Length
];
25
for (int i = 0; i < signature.
Length
; i++)
715
ArrayBuilder<WasmValueType> result = new(signature.
Length
+ 6);
762
for (int i = explicitThis ? 1 : 0; i < signature.
Length
; i++)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
57
Debug.Assert(method.Signature.
Length
== 0 && method.Signature.IsStatic);
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
72
for (int iArg = 0; iArg < sig.
Length
; iArg++)
284
for (int iArg = 0; iArg < sig.
Length
; iArg++)
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (5)
101
Debug.Assert(method.Signature.IsStatic && method.Signature.
Length
== 2);
119
Debug.Assert(method.Signature.IsStatic && method.Signature.
Length
== 2);
139
Debug.Assert(method.Signature.IsStatic && method.Signature.
Length
== (write ? 2 : 1));
157
Debug.Assert(method.Signature.IsStatic && method.Signature.
Length
== 2);
212
Debug.Assert(method.Signature.IsStatic && method.Signature.
Length
== 1);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
393
Marshaller[] marshallers = new Marshaller[methodSig.
Length
+ 1];
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (2)
697
signatureBuilder.WriteCompressedInteger(sig.
Length
);
699
for (int i = 0; i < sig.
Length
; i++)
PortableCallHelpers\PInvokeCollector.cs (1)
74
Key = $"{MethodName}#{method.Signature.
Length
}:{AssemblyName}:{Namespace}:{TypeName}";
PortableCallHelpers\PInvokeTableGenerator.cs (5)
200
int firstNumArgs = candidates[0].Method.Signature.
Length
;
203
if (candidates[i].Method.Signature.
Length
!= firstNumArgs)
267
int parameterCount = cb.Parameters.
Length
;
381
string paramTypes = cb.Parameters.
Length
> 0
470
for (int i = 0; i < signature.
Length
; i++)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (2)
292
|| interfaceMethod.Signature.
Length
!= method.Signature.
Length
ILCompiler.RyuJit (9)
Compiler\DependencyAnalysis\MethodCodeNode.cs (2)
192
var parameterNames = new string[sig.
Length
+ offset];
245
int localNumber = (int)varInfo.VarNumber - sig.
Length
- offset;
JitInterface\CorInfoImpl.RyuJit.cs (1)
982
ArrayBuilder<DebugVarRangeInfo>[] debugVarInfoBuilders = new ArrayBuilder<DebugVarRangeInfo>[(sig.IsStatic ? 0 : 1) + sig.
Length
+ numLocals];
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
945
sig->numArgs = (ushort)signature.
Length
;
parent\parent\Common\JitInterface\JitTypeNameFormatter.cs (1)
50
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
57
Debug.Assert(method.Signature.
Length
== 0 && method.Signature.IsStatic);
parent\parent\Common\TypeSystem\IL\Stubs\TypeSystemThrowingILEmitter.cs (3)
34
if (helper.Signature.
Length
!= exception.Arguments.Count + 1)
60
if (helper.Signature.
Length
!= exception.Arguments.Count + 1)
78
Debug.Assert(helper.Signature.
Length
== exception.Arguments.Count + 1);
ILCompiler.TypeSystem (36)
parent\parent\Common\TypeSystem\Canon\FunctionPointerType.Canon.cs (2)
14
for (int i = 0; i < _signature.
Length
; i++)
25
for (int i = 0; i < _signature.
Length
; i++)
parent\parent\Common\TypeSystem\Common\ConstructedTypeRewritingHelpers.cs (2)
49
for (int paramIndex = 0; paramIndex < functionPointerSignature.
Length
; paramIndex++)
131
for (int paramIndex = 0; paramIndex < oldSig.
Length
; paramIndex++)
parent\parent\Common\TypeSystem\Common\FunctionPointerType.cs (1)
49
for (int i = 0; i < _signature.
Length
; i++)
parent\parent\Common\TypeSystem\Common\InstantiatedMethod.cs (1)
73
for (int i = 0; i < template.
Length
; i++)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (1)
387
return _index < _signature.
Length
;
parent\parent\Common\TypeSystem\Common\MethodForInstantiatedType.cs (1)
66
for (int i = 0; i < template.
Length
; i++)
parent\parent\Common\TypeSystem\Common\ThrowHelper.Common.cs (1)
114
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\TypeSystem\Common\TypeSystemHelpers.cs (1)
339
for (int i = 0; i < pointerSignature.
Length
; i++)
parent\parent\Common\TypeSystem\Common\Utilities\CSharpTypeNameFormatter.cs (1)
63
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\TypeSystem\Common\Utilities\DebugNameFormatter.cs (1)
54
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\TypeSystem\Common\Utilities\ExceptionTypeNameFormatter.cs (1)
48
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
356
&& Signature.
Length
== 0
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureEncoder.cs (3)
36
methodSigEncoder.Parameters(signature.
Length
, out returnTypeEncoder, out parametersEncoder);
42
for (int i = 0; i < signature.
Length
; i++)
118
for (int i = 0; i < fptrType.Signature.
Length
; i++)
parent\parent\Common\TypeSystem\Ecma\EcmaType.cs (1)
393
if (sig.
Length
!= 0)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
57
Debug.Assert(method.Signature.
Length
== 0 && method.Signature.IsStatic);
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (2)
129
for (int i = 0; i < signature.
Length
; i++)
483
for (int i = 0; i < signature.
Length
; i++)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
256
int adjustment = sig.
Length
;
parent\parent\Common\TypeSystem\IL\InstantiatedMethodIL.cs (1)
110
for (int i = 0; i < template.
Length
; i++)
parent\parent\Common\TypeSystem\IL\MethodILDebugView.cs (1)
50
for (int i = 0; i < owningMethod.Signature.
Length
; i++)
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (10)
57
if (context.DeclarationSignature.
Length
> 0)
122
if (context.DeclarationSignature.
Length
!= 1 || retType.IsVoid)
343
if (declSig.
Length
!= maybeSig.
Length
)
360
if (declSig.
Length
!= (maybeSig.
Length
+ 1))
372
for (int i = 0; i < maybeSig.
Length
; ++i)
559
if (parameter.SequenceNumber > originalSignature.
Length
)
601
context.ReplacedSignatureElements ??= new BitArray(originalSignature.
Length
+ 1, false);
726
int stubArgCount = context.DeclarationSignature.
Length
;
parent\parent\Common\TypeSystem\RuntimeDetermined\FunctionPointerType.RuntimeDetermined.cs (2)
17
for (int i = 0; i < _signature.
Length
; i++)
29
for (int i = 0; i < _signature.
Length
; i++)