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