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