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