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