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