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