3 references to TrimLocalAssembly
System.Activities.Presentation (3)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
100
string nonassemblyQualifedNamespace = schemaContext.
TrimLocalAssembly
(namespaceDeclaration.Namespace);
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
164
xamlType = new XamlTypeWithExplicitNamespace(xamlType, xamlType.GetXamlNamespaces().Select(ns => IsClrNamespaceInLocalAssembly(ns) ?
TrimLocalAssembly
(ns) : ns));
184
yield return
TrimLocalAssembly
(ns);