Home
last modified time | relevance | path

Searched refs:debugCookies (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DInstructionList.cs30 object[] objects, RuntimeLabel[] labels, List<KeyValuePair<int, object>> debugCookies) in InstructionArray()
35 DebugCookies = debugCookies; in InstructionArray()
111 Func<int, int> labelIndexer, IReadOnlyList<KeyValuePair<int, object>> debugCookies) in GetInstructionViews() argument
118 …IEnumerator<KeyValuePair<int, object>> cookieEnumerator = (debugCookies ?? Array.Empty<KeyValuePai… in GetInstructionViews()