1 write to localAssemblyNsPostfix
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
62
this.
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)
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);