6 writes to AllocatingNodeType
System.Xaml (6)
System\Xaml\XamlXmlWriter.cs (6)
104namespaceScopes.Push(new Frame { AllocatingNodeType = XamlNodeType.StartObject }); 1006AllocatingNodeType = XamlNodeType.StartMember, 1022AllocatingNodeType = XamlNodeType.StartMember, 1165AllocatingNodeType = XamlNodeType.StartMember, 1240writer.namespaceScopes.Push(new Frame { AllocatingNodeType = XamlNodeType.StartObject }); 1375writer.namespaceScopes.Push(new Frame { AllocatingNodeType = isObjectFromMember ? XamlNodeType.GetObject : XamlNodeType.StartObject });
33 references to AllocatingNodeType
System.Xaml (33)
System\Xaml\XamlXmlWriter.cs (33)
150if (frame.AllocatingNodeType == XamlNodeType.StartMember) 345Debug.Assert(writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.StartMember); 350if (enumerator.Current.AllocatingNodeType == XamlNodeType.StartMember 356else if (enumerator.Current.AllocatingNodeType == XamlNodeType.StartObject) 498if (objectFrame.AllocatingNodeType != XamlNodeType.StartObject && 499objectFrame.AllocatingNodeType != XamlNodeType.GetObject) 506Debug.Assert(objectFrame.AllocatingNodeType == XamlNodeType.StartObject || 507objectFrame.AllocatingNodeType == XamlNodeType.GetObject); 525if (frame.AllocatingNodeType != nodeType) 529Debug.Assert(frame.AllocatingNodeType == nodeType); 816Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartMember); 834Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartMember); 908if (frame.AllocatingNodeType == XamlNodeType.StartMember) 1002if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartMember) 1018if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartMember) 1089if (frame.AllocatingNodeType != XamlNodeType.StartObject && 1090frame.AllocatingNodeType != XamlNodeType.GetObject) 1160Debug.Assert(writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.StartObject || 1161writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.GetObject); 1237if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartObject && 1238writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.GetObject) 1249if (frame.AllocatingNodeType != XamlNodeType.StartMember) 1328if (frameWithXmlSpacePreserve.AllocatingNodeType == XamlNodeType.StartMember) 1344if (frame.AllocatingNodeType == XamlNodeType.GetObject) 1349if (frame.AllocatingNodeType == XamlNodeType.StartMember) 1372if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartObject && 1373writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.GetObject) 1394if (frame.AllocatingNodeType == XamlNodeType.StartMember) 1437Debug.Assert(memberFrame.AllocatingNodeType == XamlNodeType.StartMember || 1438memberFrame.AllocatingNodeType == XamlNodeType.GetObject); 1570Debug.Assert(memberFrame.AllocatingNodeType == XamlNodeType.StartMember || 1571memberFrame.AllocatingNodeType == XamlNodeType.GetObject); 1903Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartObject);