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