1 write to offsetMin
System.Runtime.Serialization (1)
System\Xml\XmlBufferReader.cs (1)
90
this.
offsetMin
= offset;
3 references to offsetMin
System.Runtime.Serialization (3)
System\Xml\XmlBufferReader.cs (3)
295
Fx.Assert(value >=
offsetMin
&& value <= offsetMax, "");
1411
list.Add(
offsetMin
);
1412
for (int i =
offsetMin
; i < offsetMax; i++)