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)
291DiagnosticUtility.DebugAssert(value >= _offsetMin && value <= _offsetMax, ""); 1384list.Add(_offsetMin); 1385for (int i = _offsetMin; i < _offsetMax; i++)