8 references to Copy
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\DeploymentExceptionMapper.cs (2)
143version = String.Copy(excpMsg.Substring(index + versionString.Length)); 252fwlink = String.Copy(fwlinkPrefix);
System (1)
net\System\Net\HttpListener.cs (1)
665registeredPrefix = uriPrefix[j]==':' ? String.Copy(uriPrefix) : uriPrefix.Substring(0, j) + (i==7 ? ":80" : ":443") + uriPrefix.Substring(j);
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
2202String tablename1 = String.Copy(qualifiedTableName.GetTable(quoted));
System.Management (1)
WmiGenerator.cs (1)
4840return string.Copy("");
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
478this.xpath = string.Copy(xpath);
System.Web (1)
UI\WebControls\ValidationSummary.cs (1)
275errorDescriptions.Add(String.Copy(val.ErrorMessage));
System.Web.Mobile (1)
UI\MobileControls\ValidationSummary.cs (1)
203errorDescriptions[iMessage] = String.Copy(val.ErrorMessage);