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