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