Definition at line 371 of file StackTrace.cs.
372 {
376 {
377 return false;
378 }
381 {
382 return false;
383 }
386 {
389 {
390 continue;
391 }
392 bool flag = false;
395 {
397 {
398 flag = true;
400 }
401 }
402 if (flag)
403 {
407 }
408 }
409 return false;
410 [
UnconditionalSuppressMessage(
"ReflectionAnalysis",
"IL2070:UnrecognizedReflectionPattern", Justification =
"Using Reflection to find the state machine's corresponding method is safe because the corresponding method is the only caller of the state machine. If the state machine is present, the corresponding method will be, too.")]
412 {
414 }
415 }
References System.array, System.item, and System.type.
Referenced by System.Diagnostics.StackTrace.ToString().