8 references to NextAttribute
Microsoft.Extensions.AI.Abstractions.Tests (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.XAttribute.g.cs (2)
100
Getter = static obj => ((global::System.Xml.Linq.XAttribute)obj).
NextAttribute
,
272
XAttributeSerializeHandler(writer, ((global::System.Xml.Linq.XAttribute)value).
NextAttribute
);
Shared.Tests (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.XAttribute.g.cs (2)
101
Getter = static obj => ((global::System.Xml.Linq.XAttribute)obj).
NextAttribute
,
276
XAttributeSerializeHandler(writer, ((global::System.Xml.Linq.XAttribute)value).
NextAttribute
);
System.Private.Xml.Linq (4)
System\Xml\XPath\XNodeNavigator.cs (4)
576
for (XAttribute? attribute = currentAttribute.
NextAttribute
; attribute != null; attribute = attribute.
NextAttribute
)
827
ca = ca.
NextAttribute
;
834
ca = ca.
NextAttribute
;