6 writes to AllocatingNodeType
System.Xaml (6)
System\Xaml\XamlXmlWriter.cs (6)
106namespaceScopes.Push(new Frame { AllocatingNodeType = XamlNodeType.StartObject }); 1013AllocatingNodeType = XamlNodeType.StartMember, 1029AllocatingNodeType = XamlNodeType.StartMember, 1173AllocatingNodeType = XamlNodeType.StartMember, 1249writer.namespaceScopes.Push(new Frame { AllocatingNodeType = XamlNodeType.StartObject }); 1384writer.namespaceScopes.Push(new Frame { AllocatingNodeType = isObjectFromMember ? XamlNodeType.GetObject : XamlNodeType.StartObject });
33 references to AllocatingNodeType
System.Xaml (33)
System\Xaml\XamlXmlWriter.cs (33)
152if (frame.AllocatingNodeType == XamlNodeType.StartMember) 347Debug.Assert(writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.StartMember); 352if (enumerator.Current.AllocatingNodeType == XamlNodeType.StartMember 358else if (enumerator.Current.AllocatingNodeType == XamlNodeType.StartObject) 500if (objectFrame.AllocatingNodeType != XamlNodeType.StartObject && 501objectFrame.AllocatingNodeType != XamlNodeType.GetObject) 508Debug.Assert(objectFrame.AllocatingNodeType == XamlNodeType.StartObject || 509objectFrame.AllocatingNodeType == XamlNodeType.GetObject); 527if (frame.AllocatingNodeType != nodeType) 531Debug.Assert(frame.AllocatingNodeType == nodeType); 819Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartMember); 837Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartMember); 911if (frame.AllocatingNodeType == XamlNodeType.StartMember) 1009if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartMember) 1025if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartMember) 1096if (frame.AllocatingNodeType != XamlNodeType.StartObject && 1097frame.AllocatingNodeType != XamlNodeType.GetObject) 1168Debug.Assert(writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.StartObject || 1169writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.GetObject); 1246if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartObject && 1247writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.GetObject) 1258if (frame.AllocatingNodeType != XamlNodeType.StartMember) 1337if (frameWithXmlSpacePreserve.AllocatingNodeType == XamlNodeType.StartMember) 1353if (frame.AllocatingNodeType == XamlNodeType.GetObject) 1358if (frame.AllocatingNodeType == XamlNodeType.StartMember) 1381if (writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.StartObject && 1382writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.GetObject) 1403if (frame.AllocatingNodeType == XamlNodeType.StartMember) 1447Debug.Assert(memberFrame.AllocatingNodeType == XamlNodeType.StartMember || 1448memberFrame.AllocatingNodeType == XamlNodeType.GetObject); 1583Debug.Assert(memberFrame.AllocatingNodeType == XamlNodeType.StartMember || 1584memberFrame.AllocatingNodeType == XamlNodeType.GetObject); 1922Debug.Assert(frame.AllocatingNodeType == XamlNodeType.StartObject);