2 writes to m_handleOrigin
mscorlib (2)
system\globalization\textinfo.cs (2)
115
this.
m_handleOrigin
= handleOrigin;
190
this.
m_handleOrigin
= handleOrigin;
5 references to m_handleOrigin
mscorlib (5)
system\globalization\textinfo.cs (5)
553
return (InternalChangeCaseChar(this.m_dataHandle, this.
m_handleOrigin
, this.m_textInfoName, c, false));
562
return InternalChangeCaseString(this.m_dataHandle, this.
m_handleOrigin
, this.m_textInfoName, str, false);
591
return (InternalChangeCaseChar(this.m_dataHandle, this.
m_handleOrigin
, this.m_textInfoName, c, true));
600
return InternalChangeCaseString(this.m_dataHandle, this.
m_handleOrigin
, this.m_textInfoName, str, true);
956
return (InternalGetCaseInsHash(this.m_dataHandle, this.
m_handleOrigin
, this.m_textInfoName, str, forceRandomizedHashing, additionalEntropy));