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