12 writes to position
System.ServiceModel.Channels (12)
System\ServiceModel\Channels\XmlBufferedByteStreamReader.cs (2)
26
this.
position
= ReaderPosition.None;
51
this.
position
= ReaderPosition.EndElement;
System\ServiceModel\Channels\XmlByteStreamReader.cs (9)
24
this.
position
= ReaderPosition.None;
95
this.
position
= ReaderPosition.StartElement;
196
this.
position
= ReaderPosition.EOF;
260
this.
position
= ReaderPosition.StartElement;
281
position
= ReaderPosition.StartElement;
284
position
= ReaderPosition.Content;
287
position
= ReaderPosition.EndElement;
290
position
= ReaderPosition.EOF;
356
this.
position
= ReaderPosition.Content;
System\ServiceModel\Channels\XmlStreamedByteStreamReader.cs (1)
55
this.
position
= ReaderPosition.EndElement;
11 references to position
System.ServiceModel.Channels (11)
System\ServiceModel\Channels\XmlByteStreamReader.cs (11)
59
get { return (this.
position
== ReaderPosition.Content) ? 1 : 0; }
64
get { return (this.
position
== ReaderPosition.EOF); }
74
get { return (this.
position
== ReaderPosition.Content); }
89
get { return (this.
position
== ReaderPosition.StartElement) ? ByteStreamMessageUtility.StreamElementName : null; }
120
switch (
position
)
149
switch (this.
position
)
170
switch (this.
position
)
258
if (this.
position
== ReaderPosition.None)
278
switch (this.
position
)
348
if (this.
position
== ReaderPosition.EndElement
349
|| this.
position
== ReaderPosition.EOF)