1 write to sequenceNumberToObjectMap
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (1)
35this.sequenceNumberToObjectMap = new Dictionary<int, object>();
2 references to sequenceNumberToObjectMap
System.Activities.Presentation (2)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (2)
33if (this.sequenceNumberToObjectMap == null) 38return this.sequenceNumberToObjectMap;