Base:
method
ToString
System.Object.ToString()
16 references to ToString
System.Activities.DurableInstancing (6)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
156byte[] workflowHostTypeBuffer = Encoding.Unicode.GetBytes(workflowHostType.ToString());
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
298byte[] workflowHostTypeBuffer = Encoding.Unicode.GetBytes(((XName)instanceValue.Value).ToString()); 559throw FxTrace.Exception.AsError(new InstancePersistenceException(SR.CannotPromoteAsSqlVariant(propertyValue.Value.GetType().ToString(), name.ToString())));
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
298throw FxTrace.Exception.AsError(new InvalidOperationException(SR.CannotPromoteXNameTwiceInPromotion(xname.ToString(), name))); 319throw FxTrace.Exception.AsError(new InvalidOperationException(SR.CannotPromoteXNameTwiceInPromotion(xname.ToString(), name)));
System\Activities\DurableInstancing\XmlPropertyBag.cs (1)
60writer.WriteAttributeString("XName", property.Key.ToString());
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\XNameConverter.cs (1)
44result = currentValue.ToString();
System.ServiceModel (1)
System\ServiceModel\Channels\CorrelationKey.cs (1)
44: this(keyData == null ? CorrelationKey.emptyDictionary : MakeReadonlyCopy(keyData), scopeName != null ? scopeName.ToString() : null, provider ?? CorrelationNamespace)
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\CorrelationExtension.cs (1)
24return new CorrelationKey(keyData, ScopeName.ToString(), null);
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (4)
165additionalKey = new CorrelationKey(values, this.parent.scopeName.ToString(), null) { Name = item.Key }; 190correlationKey = new CorrelationKey(values, this.parent.scopeName.ToString(), null); 195return new CorrelationKey(values, this.parent.scopeName.ToString(), null); 211TD.TraceCorrelationKeys(instanceKey.Value, keyValueAsString.ToString(), this.parent.scopeName.ToString());
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
245actionName = NamingHelper.GetMessageAction(new XmlQualifiedName(this.ServiceContractName.ToString()), this.OperationName, null, false);
System\ServiceModel\XamlIntegration\ServiceXNameTypeConverter.cs (1)
61return name.ToString().Replace("{", "{{").Replace("}", "}}");
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
204info.AddValue("name", ToString());