7 writes to annotations
System.Xml.Linq (7)
System\Xml\Linq\XLinq.cs (7)
986annotations = annotation is object[] ? new object[] { annotation } : annotation; 991annotations = new object[] { annotations, annotation }; 998annotations = a; 1116if (type.IsInstanceOfType(annotations)) annotations = null; 1127annotations = null; 1144if (annotations is T) annotations = null; 1155annotations = null;
29 references to annotations
System.Xml.Linq (29)
System\Xml\Linq\XLinq.cs (29)
941while (o != null && o.annotations == null) { 985if (annotations == null) { 989object[] a = annotations as object[]; 991annotations = new object[] { annotations, annotation }; 1016if (annotations != null) { 1017object[] a = annotations as object[]; 1019if (type.IsInstanceOfType(annotations)) return annotations; 1043if (annotations != null) { 1044object[] a = annotations as object[]; 1045if (a == null) return annotations as T; 1068if (annotations != null) { 1069object[] a = annotations as object[]; 1071if (type.IsInstanceOfType(annotations)) yield return annotations; 1090if (annotations != null) { 1091object[] a = annotations as object[]; 1093T result = annotations as T; 1113if (annotations != null) { 1114object[] a = annotations as object[]; 1116if (type.IsInstanceOfType(annotations)) annotations = null; 1141if (annotations != null) { 1142object[] a = annotations as object[]; 1144if (annotations is T) annotations = null; 1242while (o != null && o.annotations == null) { 1262while (o != null && o.annotations == null) { 1289while (o != null && o.annotations == null) { 1306while (o != null && o.annotations == null) { 4957if (parent != null || annotations != null || content != null || lastAttr != null) throw new InvalidOperationException(Res.GetString(Res.InvalidOperation_DeserializeInstance));