6 writes to AllocatingNodeType
System.Xaml (6)
System\Xaml\XamlXmlWriter.cs (6)
108namespaceScopes.Push(new Frame { AllocatingNodeType = XamlNodeType.StartObject }); 995AllocatingNodeType = XamlNodeType.StartMember, 1011AllocatingNodeType = XamlNodeType.StartMember, 1153AllocatingNodeType = XamlNodeType.StartMember, 1229writer.namespaceScopes.Push(new Frame { AllocatingNodeType = XamlNodeType.StartObject }); 1357writer.namespaceScopes.Push(new Frame { AllocatingNodeType = isObjectFromMember ? XamlNodeType.GetObject : XamlNodeType.StartObject });
33 references to AllocatingNodeType
System.Xaml (33)
System\Xaml\XamlXmlWriter.cs (33)
153if (frame.AllocatingNodeType == XamlNodeType.StartMember) 343Debug.Assert(writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.StartMember); 348if (enumerator.Current.AllocatingNodeType == XamlNodeType.StartMember 354else if (enumerator.Current.AllocatingNodeType == XamlNodeType.StartObject) 494if (objectFrame.AllocatingNodeType != XamlNodeType.StartObject && 495objectFrame.AllocatingNodeType != XamlNodeType.GetObject) 502Debug.Assert(objectFrame.AllocatingNodeType == XamlNodeType.StartObject || 503objectFrame.AllocatingNodeType == XamlNodeType.GetObject); 520if (frame.AllocatingNodeType != nodeType) 524Debug.Assert(frame.AllocatingNodeType == nodeType); 806Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartMember); 824Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartMember); 897if (frame.AllocatingNodeType == XamlNodeType.StartMember) 991if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartMember) 1007if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartMember) 1077if (frame.AllocatingNodeType != XamlNodeType.StartObject && 1078frame.AllocatingNodeType != XamlNodeType.GetObject) 1148Debug.Assert(writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.StartObject || 1149writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.GetObject); 1226if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartObject && 1227writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.GetObject) 1237if (frame.AllocatingNodeType != XamlNodeType.StartMember) 1314if (frameWithXmlSpacePreserve.AllocatingNodeType == XamlNodeType.StartMember) 1330if (frame.AllocatingNodeType == XamlNodeType.GetObject) 1334if (frame.AllocatingNodeType == XamlNodeType.StartMember) 1354if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartObject && 1355writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.GetObject) 1376if (frame.AllocatingNodeType == XamlNodeType.StartMember) 1420Debug.Assert(memberFrame.AllocatingNodeType == XamlNodeType.StartMember || 1421memberFrame.AllocatingNodeType == XamlNodeType.GetObject); 1553Debug.Assert(memberFrame.AllocatingNodeType == XamlNodeType.StartMember || 1554memberFrame.AllocatingNodeType == XamlNodeType.GetObject); 1885Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartObject);