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