2 writes to m_arrayPtr
mscorlib (2)
system\io\pathhelper.cs (2)
71this.m_arrayPtr = charArrayPtr; 83this.m_arrayPtr = null;
14 references to m_arrayPtr
mscorlib (14)
system\io\pathhelper.cs (14)
122return m_arrayPtr[index]; 132m_arrayPtr[index] = value; 146m_arrayPtr[Length] = value; 158int result = Win32Native.GetFullPathName(m_arrayPtr, Path.MaxPath + 1, finalBuffer, IntPtr.Zero); 166result = Win32Native.GetFullPathName(m_arrayPtr, result, finalBuffer, IntPtr.Zero); 174if (result == 0 && m_arrayPtr[0] != '\0') { 188String.wstrcpy(m_arrayPtr, finalBuffer, result); 324String.wstrcpy(savedName, m_arrayPtr + lastSlash + 1, lenSavedName); 333String.wstrcpy(m_arrayPtr + Length, savedName, lenSavedName); 358String s = new String(m_arrayPtr, 0, compareTo.Length); 363if (m_arrayPtr[i] != compareTo[i]) { 383return new String(m_arrayPtr, 0, Length); 393return m_arrayPtr; 404m_arrayPtr[m_length] = '\0';