6 references to XHelper
System.Private.Xml.Linq (6)
System\Xml\Linq\XObject.cs (6)
127
if (
XHelper
.IsInstanceOfType(annotations, type)) return annotations;
135
if (
XHelper
.IsInstanceOfType(obj, type)) return obj;
212
if (
XHelper
.IsInstanceOfType(annotations, type)) yield return annotations;
220
if (
XHelper
.IsInstanceOfType(obj, type)) yield return obj;
268
if (
XHelper
.IsInstanceOfType(annotations, type)) annotations = null;
277
if (!
XHelper
.IsInstanceOfType(obj, type)) a[j++] = obj;