4 references to ReadingAttribute
Microsoft.Web.XmlTransform (4)
XmlAttributePreservingWriter.cs (4)
139
Debug.Assert(state == State.
ReadingAttribute
);
171
ChangeState(State.
ReadingAttribute
);
180
case State.
ReadingAttribute
:
240
return state == State.Buffering || state == State.
ReadingAttribute
;