5 references to InternalName
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\WorkflowService.cs (5)
200
Name = this.
InternalName
.LocalName,
201
Namespace = string.IsNullOrEmpty(this.
InternalName
.NamespaceName) ? NamingHelper.DefaultNamespace : this.
InternalName
.NamespaceName,
202
ConfigurationName = this.ConfigurationName ?? this.
InternalName
.LocalName
715
XName contractXName = serviceContractName ?? this.
InternalName
;