2 writes to m_info
mscorlib (2)
system\globalization\datetimeparse.cs (2)
4379m_info = dtfi.CompareInfo; 4383m_info = Thread.CurrentThread.CurrentCulture.CompareInfo;
6 references to m_info
mscorlib (6)
system\globalization\datetimeparse.cs (6)
4390get { return m_info; } 4547return (m_info.Compare(Value, Index, count, target, 0, count, CompareOptions.IgnoreCase)==0); 4556if (matchLength > valueRemaining || m_info.Compare(Value, Index, matchLength, target, 0, matchLength, CompareOptions.IgnoreCase) !=0) { 4578if (m_info.Compare(Value, thisPosition, segmentLength, target, targetPosition, segmentLength, CompareOptions.IgnoreCase) !=0) { 4600if (m_info.Compare(Value, thisPosition, segmentLength, target, targetPosition, segmentLength, CompareOptions.IgnoreCase) !=0) { 4632if (m_info.Compare(Value, Index, str.Length, str, 0, str.Length, CompareOptions.Ordinal)==0) {