1 write to emptySequence
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
6545
if (emptySequence == null)
emptySequence
= new XAttribute[0];
2 references to emptySequence
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
6545
if (
emptySequence
== null) emptySequence = new XAttribute[0];
6546
return
emptySequence
;