3 references to Sequence
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
64int index = parameterRecord.Sequence;
System.Private.StackTraceMetadata (2)
Internal\StackTraceMetadata\MethodNameFormatter.cs (2)
137if (hasParameter && parameter.Sequence == 0) 152if (++typeIndex == parameter.Sequence && hasParameter)