6 references to AddContentSkipNotify
System.Private.Xml.Linq (6)
System\Xml\Linq\XContainer.cs (3)
139AddContentSkipNotify(content); 497foreach (object? obj in o) AddContentSkipNotify(obj); 503foreach (object? obj in e) AddContentSkipNotify(obj);
System\Xml\Linq\XDocument.cs (1)
65AddContentSkipNotify(content);
System\Xml\Linq\XElement.cs (2)
79AddContentSkipNotify(content); 133AddContentSkipNotify(other.content);