16 references to Namespace
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
401serviceNamespace = ((XName)instanceValue.Value).Namespace.NamespaceName;
System.Data.Services.Design (3)
System\Data\EntityModel\EntityClassGenerator.cs (3)
512if (e.Name.Namespace == oldNamespace) 527else if (attribute.Name.Namespace == oldNamespace || IsOpenTypeAttribute(attribute)) 615return attribute.Name.LocalName == XmlConstants.DataWebOpenTypeAttributeName && attribute.Name.Namespace == XNamespace.None;
System.ServiceModel.Activities (2)
System\ServiceModel\XamlIntegration\ServiceXNameTypeConverter.cs (1)
43if (name.Namespace == XNamespace.None)
System\ServiceModel\XamlIntegration\XNameTypeConverter.cs (1)
96string prefix = lookupPrefix.LookupPrefix(name.Namespace.NamespaceName);
System.Xml.Linq (10)
System\Xml\Linq\XLinq.cs (8)
53/// <seealso cref="XName.Namespace"/> 5236XNamespace ns = e.Name.Namespace; 5242ns = a.Name.Namespace; 6711w.WriteAttributeString(GetPrefixOfNamespace(name.Namespace), name.LocalName, name.NamespaceName, value); 7413XNamespace ns = element.Name.Namespace; 7416ns = a.Name.Namespace; 8312string prefix = e.GetPrefixOfNamespace(e.Name.Namespace); 8320string prefix = a.GetPrefixOfNamespace(a.Name.Namespace);
System\Xml\Linq\XNodeNavigator.cs (2)
208string prefix = e.GetPrefixOfNamespace(e.Name.Namespace); 219string prefix = a.GetPrefixOfNamespace(a.Name.Namespace);