12 references to Append
mscorlib (12)
system\io\path.cs (10)
563newBuffer.Append('\\'); 627newBuffer.Append('.'); 630newBuffer.Append('.'); 641newBuffer.Append(DirectorySeparatorChar); 650newBuffer.Append(DirectorySeparatorChar); 712newBuffer.Append(driveLetter); // Overwrite spaces, we need a special case to not break " foo" as a relative path. 729newBuffer.Append(path[lastSigChar + 1 + i]); 736newBuffer.Append(currentChar); 783newBuffer.Append('.'); 786newBuffer.Append('.');
system\io\pathhelper.cs (2)
330Append(Path.DirectorySeparatorChar); 343Append(Path.DirectorySeparatorChar);