8 references to Copy
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\DeploymentExceptionMapper.cs (2)
143
version = String.
Copy
(excpMsg.Substring(index + versionString.Length));
252
fwlink = String.
Copy
(fwlinkPrefix);
System (1)
net\System\Net\HttpListener.cs (1)
665
registeredPrefix = 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)
2202
String tablename1 = String.
Copy
(qualifiedTableName.GetTable(quoted));
System.Management (1)
WmiGenerator.cs (1)
4840
return string.
Copy
("");
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
478
this.xpath = string.
Copy
(xpath);
System.Web (1)
UI\WebControls\ValidationSummary.cs (1)
275
errorDescriptions.Add(String.
Copy
(val.ErrorMessage));
System.Web.Mobile (1)
UI\MobileControls\ValidationSummary.cs (1)
203
errorDescriptions[iMessage] = String.
Copy
(val.ErrorMessage);