41 references to m_firstChar
mscorlib (41)
system\string.cs (41)
199internal char FirstChar { get { return m_firstChar; } } 253fixed (char * pointerToJointString = &jointString.m_firstChar) { 276fixed (char* ap = &strA.m_firstChar) fixed (char* bp = &strB.m_firstChar) 335fixed (char * inBuff = &strIn.m_firstChar, outBuff = &strOut.m_firstChar) { 372fixed (char* ap = &strA.m_firstChar) fixed (char* bp = &strB.m_firstChar) 425fixed (char* ap = &strA.m_firstChar) 426fixed (char* bp = &strB.m_firstChar) 470fixed (char* ap = &strA.m_firstChar) fixed (char* bp = &strB.m_firstChar) 747fixed (char* src = &this.m_firstChar) 761fixed (char* src = &this.m_firstChar) 784fixed (char* src = &this.m_firstChar) 1194fixed (char* pwzChars = &this.m_firstChar) { 1207fixed (char* pwzChars = &this.m_firstChar, pSepChars = separator) { 1237fixed (char* pwzChars = &this.m_firstChar) { 1308fixed(char* dest = &result.m_firstChar) 1309fixed(char* src = &this.m_firstChar) { 1418fixed(char* pTempChars = &s.m_firstChar) 1432fixed (char* pwzChar = &this.m_firstChar) 1451fixed (char* pwzChar = &this.m_firstChar) 1546fixed(char *pDest = &dest.m_firstChar) 1547fixed (char *pSrc = &src.m_firstChar) { 1836if ((strA.m_firstChar - strB.m_firstChar) != 0) 1838return strA.m_firstChar - strB.m_firstChar; 2144if ((strA.m_firstChar - strB.m_firstChar) != 0) 2146return strA.m_firstChar - strB.m_firstChar; 2840fixed (char* srcThis = &m_firstChar) 2842fixed (char* srcInsert = &value.m_firstChar) 2844fixed (char* dst = &result.m_firstChar) 2930fixed (char* src = &m_firstChar) 2932fixed (char* dst = &result.m_firstChar) 3038fixed(char* dest = &result.m_firstChar) 3039fixed(char* src = &str.m_firstChar) { 3492fixed(char* charPtr = &src.m_firstChar) {