6 references to Get
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\XmlPropertyBag.cs (1)
38
XName propertyName = XName.
Get
(reader.Value);
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\WorkflowService.cs (1)
171
this.inferedServiceName = XName.
Get
(XmlConvert.EncodeLocalName(this.Body.DisplayName));
System\ServiceModel\XamlIntegration\ServiceXNameTypeConverter.cs (1)
27
return XName.
Get
(stringValue);
System\ServiceModel\XamlIntegration\XNameTypeConverter.cs (1)
61
return XName.
Get
(stringValue);
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
119
return expandedName != null ?
Get
(expandedName) : null;
222
return XName.
Get
(expandedName);