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