1 write to localAssemblyNsPostfix
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
62this.localAssemblyNsPostfix = XamlNamespaceHelper.ClrNamespaceAssemblyField + localAssembly;
8 references to localAssemblyNsPostfix
System.Data (8)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (8)
63this.localAssemblyNsPostfixNoLeadingSemicolon = localAssemblyNsPostfix.Substring(1); 72if (!string.IsNullOrEmpty(this.localAssemblyNsPostfix) 195get { return !string.IsNullOrEmpty(this.localAssemblyNsPostfix); } 204result += this.localAssemblyNsPostfix; 224return !string.IsNullOrEmpty(this.localAssemblyNsPostfix) && ns.EndsWith(this.localAssemblyNsPostfix, StringComparison.OrdinalIgnoreCase); 229return string.IsNullOrEmpty(this.localAssemblyNsPostfix) ? ns : ns.Substring(0, ns.Length - this.localAssemblyNsPostfix.Length);