2 writes to objectDeclarationRecords
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
85this.objectDeclarationRecords = new Stack<XamlNode>(); 115this.objectDeclarationRecords = new Stack<XamlNode>();
3 references to objectDeclarationRecords
System.Activities (3)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
471XamlNode currentStartObject = this.objectDeclarationRecords.Peek(); 570this.objectDeclarationRecords.Push(this.Current); 595XamlNode startNode = this.objectDeclarationRecords.Pop();