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