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