22 references to IsNamespaceDeclaration
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
460
foreach (XAttribute attribute in codeElement.Attributes().Where(i => !i.
IsNamespaceDeclaration
))
Microsoft.Extensions.AI.Abstractions.Tests (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.XAttribute.g.cs (2)
60
Getter = static obj => ((global::System.Xml.Linq.XAttribute)obj).
IsNamespaceDeclaration
,
268
writer.WriteBoolean(PropName_IsNamespaceDeclaration, ((global::System.Xml.Linq.XAttribute)value).
IsNamespaceDeclaration
);
Shared.Tests (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.XAttribute.g.cs (2)
60
Getter = static obj => ((global::System.Xml.Linq.XAttribute)obj).
IsNamespaceDeclaration
,
272
writer.WriteBoolean(PropName_IsNamespaceDeclaration, ((global::System.Xml.Linq.XAttribute)value).
IsNamespaceDeclaration
);
System.Private.Xml.Linq (17)
System\Xml\Linq\XElement.cs (2)
511
if (a.
IsNamespaceDeclaration
)
1989
if (a.
IsNamespaceDeclaration
&& a.Name.LocalName == prefix) return a.Value;
System\Xml\Linq\XLinq.cs (3)
318
if (a.
IsNamespaceDeclaration
)
336
if (a.
IsNamespaceDeclaration
)
576
if (a.
IsNamespaceDeclaration
)
System\Xml\Linq\XNodeReader.cs (1)
1309
if (!candidateAttribute.
IsNamespaceDeclaration
)
System\Xml\Schema\XNodeValidator.cs (4)
56
if (((XAttribute)source).
IsNamespaceDeclaration
) goto default;
181
if (a.
IsNamespaceDeclaration
)
208
if (a.
IsNamespaceDeclaration
)
268
if (!a.
IsNamespaceDeclaration
)
System\Xml\XPath\XNodeNavigator.cs (7)
89
if (!attribute.
IsNamespaceDeclaration
)
210
return attribute.
IsNamespaceDeclaration
? XPathNodeType.Namespace : XPathNodeType.Attribute;
332
!attribute.
IsNamespaceDeclaration
)
389
if (!attribute.
IsNamespaceDeclaration
)
578
if (!attribute.
IsNamespaceDeclaration
)
791
if (attribute.
IsNamespaceDeclaration
)
830
if (ca.
IsNamespaceDeclaration
)