78 references to GetName
System.Activities (15)
System\Activities\DurableInstancing\CreateWorkflowOwnerCommand.cs (1)
19
: base(InstancePersistence.ActivitiesCommandNamespace.
GetName
("CreateWorkflowOwner"))
System\Activities\DurableInstancing\CreateWorkflowOwnerWithIdentityCommand.cs (1)
19
: base(InstancePersistence.ActivitiesCommandNamespace.
GetName
("CreateWorkflowOwnerWithIdentity"))
System\Activities\DurableInstancing\DeleteWorkflowOwnerCommand.cs (1)
17
: base(InstancePersistence.ActivitiesCommandNamespace.
GetName
("DeleteWorkflowOwner"))
System\Activities\DurableInstancing\HasActivatableWorkflowEvent.cs (1)
15
: base(InstancePersistence.ActivitiesEventNamespace.
GetName
("HasActivatableWorkflow"))
System\Activities\DurableInstancing\HasRunnableWorkflowEvent.cs (1)
14
: base(InstancePersistence.ActivitiesEventNamespace.
GetName
("HasRunnableWorkflow"))
System\Activities\DurableInstancing\LoadWorkflowByInstanceKeyCommand.cs (1)
20
: base(InstancePersistence.ActivitiesCommandNamespace.
GetName
("LoadWorkflowByInstanceKey"))
System\Activities\DurableInstancing\LoadWorkflowCommand.cs (1)
16
: base(InstancePersistence.ActivitiesCommandNamespace.
GetName
("LoadWorkflow"))
System\Activities\DurableInstancing\QueryActivatableWorkflowsCommand.cs (1)
17
: base(InstancePersistence.ActivitiesCommandNamespace.
GetName
("QueryActivatableWorkflows"))
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (1)
27
: base(InstancePersistence.ActivitiesCommandNamespace.
GetName
("SaveWorkflow"))
System\Activities\DurableInstancing\TryLoadRunnableWorkflowCommand.cs (1)
14
: base(InstancePersistence.ActivitiesCommandNamespace.
GetName
("TryLoadRunnableWorkflow"))
System\Activities\Statements\CompensationExtension.cs (1)
18
static readonly XName compensationExtensionData = compensationNamespace.
GetName
("Data");
System\Activities\Statements\DurableTimerExtension.cs (2)
26
static readonly XName timerTableName = XNamespace.Get("urn:schemas-microsoft-com:System.Activities/4.0/properties").
GetName
("RegisteredTimers");
27
static readonly XName timerExpirationTimeName = XNamespace.Get("urn:schemas-microsoft-com:System.Activities/4.0/properties").
GetName
("TimerExpirationTime");
System\Activities\WorkflowApplication.cs (2)
5847
data[WorkflowNamespace.VariablesPath.
GetName
(mappedVariable.Key)] = new InstanceValue(mappedVariable.Value, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional);
5876
data[WorkflowNamespace.OutputPath.
GetName
(output.Key)] = new InstanceValue(output.Value, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional);
System.Activities.DurableInstancing (9)
System\Activities\DurableInstancing\DetectActivatableWorkflowsCommand.cs (1)
12
base(SqlWorkflowInstanceStoreConstants.DurableInstancingNamespace.
GetName
("DetectActivatableWorkflows"))
System\Activities\DurableInstancing\DetectRunnableInstancesCommand.cs (1)
12
base(SqlWorkflowInstanceStoreConstants.DurableInstancingNamespace.
GetName
("DetectRunnableInstances"))
System\Activities\DurableInstancing\ExtendLockCommand.cs (1)
12
base(SqlWorkflowInstanceStoreConstants.DurableInstancingNamespace.
GetName
("ExtendLock"))
System\Activities\DurableInstancing\RecoverInstanceLocksCommand.cs (1)
12
base(SqlWorkflowInstanceStoreConstants.DurableInstancingNamespace.
GetName
("RecoverInstanceLocks"))
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreConstants.cs (4)
17
public static readonly XName LastUpdatePropertyName = WorkflowNamespace.
GetName
("LastUpdate");
18
public static readonly XName PendingTimerExpirationPropertyName = WorkflowNamespace.
GetName
("TimerExpirationTime");
19
public static readonly XName BinaryBlockingBookmarksPropertyName = WorkflowNamespace.
GetName
("Bookmarks");
20
public static readonly XName StatusPropertyName = WorkflowNamespace.
GetName
("Status");
System\Activities\DurableInstancing\UnlockInstanceCommand.cs (1)
12
base(SqlWorkflowInstanceStoreConstants.DurableInstancingNamespace.
GetName
("UnlockInstance"))
System.Data.Services.Design (4)
System\Data\EntityModel\EntityClassGenerator.cs (2)
514
e.Name = newNamespace.
GetName
(e.Name.LocalName);
553
e.Add(new XAttribute(newNamespace.
GetName
(attribute.Name.LocalName), attribute.Value));
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (2)
60
this.xsiTypeName = xsi.
GetName
("type");
61
this.xsiNilName = xsi.
GetName
("nil");
System.Runtime.DurableInstancing (24)
System\Runtime\PersistenceMetadataNamespace.cs (3)
24
instanceType = persistenceMetadataNamespace.
GetName
("InstanceType");
37
activationType = persistenceMetadataNamespace.
GetName
("ActivationType");
57
was = activationNamespace.
GetName
("WindowsProcessActivationService");
System\Runtime\Workflow45Namespace.cs (4)
27
definitionIdentity = workflow45Namespace.
GetName
("DefinitionIdentity");
40
definitionIdentities = workflow45Namespace.
GetName
("DefinitionIdentities");
53
definitionIdentityFilter = workflow45Namespace.
GetName
("DefinitionIdentityFilter");
66
workflowApplication = workflow45Namespace.
GetName
("WorkflowApplication");
System\Runtime\WorkflowNamespace.cs (7)
47
workflowHostType = workflowNamespace.
GetName
("WorkflowHostType");
60
status = workflowNamespace.
GetName
("Status");
72
bookmarks = workflowNamespace.
GetName
("Bookmarks");
84
lastUpdate = workflowNamespace.
GetName
("LastUpdate");
96
exception = workflowNamespace.
GetName
("Exception");
108
workflow = workflowNamespace.
GetName
("Workflow");
120
keyProvider = workflowNamespace.
GetName
("KeyProvider");
System\Runtime\WorkflowServiceNamespace.cs (10)
41
controlEndpoint = workflowServiceNamespace.
GetName
("ControlEndpoint");
53
messageVersionForReplies = workflowServiceNamespace.
GetName
("MessageVersionForReplies");
65
requestReplyCorrelation = workflowServiceNamespace.
GetName
("RequestReplyCorrelation");
77
suspendReason = workflowServiceNamespace.
GetName
("SuspendReason");
89
siteName = workflowServiceNamespace.
GetName
("SiteName");
101
suspendException = workflowServiceNamespace.
GetName
("SuspendException");
114
relativeApplicationPath = workflowServiceNamespace.
GetName
("RelativeApplicationPath");
126
relativeServicePath = workflowServiceNamespace.
GetName
("RelativeServicePath");
138
creationContext = workflowServiceNamespace.
GetName
("CreationContext");
150
service = workflowServiceNamespace.
GetName
("Service");
System.ServiceModel (1)
System\ServiceModel\Channels\CorrelationKey.cs (1)
28
{ provider.
GetName
("KeyString"), new InstanceValue(keyString, InstanceValueOptions.Optional) },
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Description\CorrelationQueryBehavior.cs (1)
127
this.ScopeName = XNamespace.Get(description.Namespace).
GetName
(description.Name);
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
851
XName endpointXName = endpointName == null ? null : WorkflowServiceNamespace.EndpointsPath.
GetName
(endpointName);
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
45
InstanceValue sentinel = new InstanceValue(XNamespace.Get("http://tempuri.org").
GetName
("Sentinel"));
337
XName endpointName = WorkflowServiceNamespace.EndpointsPath.
GetName
(endpoint.Name);
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
1528
data[WorkflowNamespace.VariablesPath.
GetName
(mappedVariable.Key)] = new InstanceValue(mappedVariable.Value, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional);
1561
data[WorkflowNamespace.OutputPath.
GetName
(output.Key)] = new InstanceValue(output.Value, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional);
System\ServiceModel\Activities\WorkflowServiceHost.cs (2)
495
this.DurableInstancingOptions.ScopeName = XNamespace.Get(this.Description.Namespace).
GetName
(this.Description.Name);
503
this.ServiceName = XNamespace.Get(this.Description.Namespace).
GetName
(this.Description.Name);
System.Xml.Linq (17)
System\Xml\Linq\XLinq.cs (13)
98
return XNamespace.None.
GetName
(expandedName);
109
return XNamespace.Get(namespaceName).
GetName
(localName);
349
return ns.
GetName
(localName);
3036
XElement e = new XElement(eCache.Get(r.NamespaceURI).
GetName
(r.LocalName));
3039
e.AppendAttributeSkipNotify(new XAttribute(aCache.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).
GetName
(r.LocalName), r.Value));
3104
XElement e = new XElement(eCache.Get(r.NamespaceURI).
GetName
(r.LocalName));
3113
XAttribute a = new XAttribute(aCache.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).
GetName
(r.LocalName), r.Value);
5068
name = XNamespace.Get(r.NamespaceURI).
GetName
(r.LocalName);
5084
XAttribute a = new XAttribute(XNamespace.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).
GetName
(r.LocalName), r.Value);
7992
attrName = XNamespace.Get(prefix.Length == 0 ? string.Empty : namespaceName).
GetName
(localName);
8003
AddNode(new XElement(XNamespace.Get(namespaceName).
GetName
(localName)));
8374
XName name = XNamespace.Xml.
GetName
("lang");
8394
XName name = XNamespace.Xml.
GetName
("space");
System\Xml\Linq\XNodeNavigator.cs (1)
760
System.Threading.Interlocked.CompareExchange(ref XmlNamespaceDeclaration, new XAttribute(XNamespace.Xmlns.
GetName
("xml"), XNamespace.xmlPrefixNamespace), null);
System\Xml\Linq\XNodeValidator.cs (3)
31
xsiTypeName = xsi.
GetName
("type");
32
xsiNilName = xsi.
GetName
("nil");
234
a = new XAttribute(XNamespace.Get(sa.QualifiedName.Namespace).
GetName
(sa.QualifiedName.Name), GetDefaultValue(sa));