6 writes to AllocatingNodeType
System.Xaml (6)
System\Xaml\XamlXmlWriter.cs (6)
106namespaceScopes.Push(new Frame { AllocatingNodeType = XamlNodeType.StartObject }); 993AllocatingNodeType = XamlNodeType.StartMember, 1009AllocatingNodeType = XamlNodeType.StartMember, 1151AllocatingNodeType = XamlNodeType.StartMember, 1227writer.namespaceScopes.Push(new Frame { AllocatingNodeType = XamlNodeType.StartObject }); 1355writer.namespaceScopes.Push(new Frame { AllocatingNodeType = isObjectFromMember ? XamlNodeType.GetObject : XamlNodeType.StartObject });
33 references to AllocatingNodeType
System.Xaml (33)
System\Xaml\XamlXmlWriter.cs (33)
151if (frame.AllocatingNodeType == XamlNodeType.StartMember) 341Debug.Assert(writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.StartMember); 346if (enumerator.Current.AllocatingNodeType == XamlNodeType.StartMember 352else if (enumerator.Current.AllocatingNodeType == XamlNodeType.StartObject) 492if (objectFrame.AllocatingNodeType != XamlNodeType.StartObject && 493objectFrame.AllocatingNodeType != XamlNodeType.GetObject) 500Debug.Assert(objectFrame.AllocatingNodeType == XamlNodeType.StartObject || 501objectFrame.AllocatingNodeType == XamlNodeType.GetObject); 518if (frame.AllocatingNodeType != nodeType) 522Debug.Assert(frame.AllocatingNodeType == nodeType); 804Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartMember); 822Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartMember); 895if (frame.AllocatingNodeType == XamlNodeType.StartMember) 989if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartMember) 1005if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartMember) 1075if (frame.AllocatingNodeType != XamlNodeType.StartObject && 1076frame.AllocatingNodeType != XamlNodeType.GetObject) 1146Debug.Assert(writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.StartObject || 1147writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.GetObject); 1224if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartObject && 1225writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.GetObject) 1235if (frame.AllocatingNodeType != XamlNodeType.StartMember) 1312if (frameWithXmlSpacePreserve.AllocatingNodeType == XamlNodeType.StartMember) 1328if (frame.AllocatingNodeType == XamlNodeType.GetObject) 1332if (frame.AllocatingNodeType == XamlNodeType.StartMember) 1352if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartObject && 1353writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.GetObject) 1374if (frame.AllocatingNodeType == XamlNodeType.StartMember) 1418Debug.Assert(memberFrame.AllocatingNodeType == XamlNodeType.StartMember || 1419memberFrame.AllocatingNodeType == XamlNodeType.GetObject); 1551Debug.Assert(memberFrame.AllocatingNodeType == XamlNodeType.StartMember || 1552memberFrame.AllocatingNodeType == XamlNodeType.GetObject); 1883Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartObject);