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