1 write to nameScopeStack
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
73
this.
nameScopeStack
= new Stack<NameScopeFrame>();
5 references to nameScopeStack
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (5)
74
this.
nameScopeStack
.Push(new NameScopeFrame(null));
277
get { return this.
nameScopeStack
.Peek(); }
453
this.
nameScopeStack
.Push(new NameScopeFrame(this.
nameScopeStack
.Peek()));
748
this.poppedNameScopes.Add(this.
nameScopeStack
.Pop());