1 write to _offsetMin
System.Private.DataContractSerialization (1)
System\Xml\XmlBufferReader.cs (1)
91
_offsetMin
= offset;
3 references to _offsetMin
System.Private.DataContractSerialization (3)
System\Xml\XmlBufferReader.cs (3)
295
Debug.Assert(value >=
_offsetMin
&& value <= _offsetMax);
1236
list.Add(
_offsetMin
);
1237
for (int i =
_offsetMin
; i < _offsetMax; i++)