1 write to emittedNamespacesInLocalAssembly
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
118
this.
emittedNamespacesInLocalAssembly
= new HashSet<string>();
4 references to emittedNamespacesInLocalAssembly
System.Activities.Presentation (4)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (4)
116
if (this.
emittedNamespacesInLocalAssembly
== null) // lazy initialization
122
if (this.
emittedNamespacesInLocalAssembly
.Add(namespaceDeclaration.Namespace))
156
if ((this.
emittedNamespacesInLocalAssembly
== null) || (!this.
emittedNamespacesInLocalAssembly
.Contains(xamlNamespace.Namespace)))