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