1 write to _offsetMin
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
96
_offsetMin
= offset;
3 references to _offsetMin
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (3)
291
DiagnosticUtility.DebugAssert(value >=
_offsetMin
&& value <= _offsetMax, "");
1384
list.Add(
_offsetMin
);
1385
for (int i =
_offsetMin
; i < _offsetMax; i++)