2 instantiations of XObjectChangeAnnotation
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
1172a = new XObjectChangeAnnotation(); 1196a = new XObjectChangeAnnotation();
15 references to XObjectChangeAnnotation
System.Xml.Linq (15)
System\Xml\Linq\XLinq.cs (15)
1170XObjectChangeAnnotation a = Annotation<XObjectChangeAnnotation>(); 1179XObjectChangeAnnotation a = Annotation<XObjectChangeAnnotation>(); 1183RemoveAnnotations<XObjectChangeAnnotation>(); 1194XObjectChangeAnnotation a = Annotation<XObjectChangeAnnotation>(); 1203XObjectChangeAnnotation a = Annotation<XObjectChangeAnnotation>(); 1207RemoveAnnotations<XObjectChangeAnnotation>(); 1246XObjectChangeAnnotation a = o.Annotation<XObjectChangeAnnotation>(); 1266XObjectChangeAnnotation a = o.Annotation<XObjectChangeAnnotation>(); 1293if (o.Annotations<XObjectChangeAnnotation>() != null) return false;