14 references to Concat
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilName.cs (1)
124
return string.
Concat
("{", uri, "}", local);
System\Xml\Xsl\Runtime\StringConcat.cs (1)
72
case 4: return string.
Concat
(this.s1, this.s2, this.s3, this.s4);
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (1)
1785
prefix = string.
Concat
("d", depth.ToString(CultureInfo.InvariantCulture), "p", prefixId.ToString(CultureInfo.InvariantCulture));
System\Xml\XmlDictionaryWriter.cs (1)
1388
prefix = string.
Concat
("d", depthStr, "p", prefixStr);
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatConfiguration.cs (1)
67
DisabledRegistrationPath = string.
Concat
(BindingStrings.AddressPrefix, "/", BindingStrings.RegistrationCoordinatorSuffix(ProtocolVersion.Version10), BindingStrings.DisabledSuffix);
System.Web (2)
UI\WebControls\TreeNode.cs (1)
789
String.
Concat
(indexString, Text, InternalValuePath, DataPath));
UI\WebControls\TreeView.cs (1)
3276
String.
Concat
(nodeIndexString, nodeText, valuePath, dataPath));
System.Xml (7)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (2)
138
return RawTextAsync(string.
Concat
(prefix, ":", localName, ">"));
167
return RawTextAsync(string.
Concat
(prefix, ":", localName, ">"));
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (3)
132
return RawTextAsync(string.
Concat
(prefix, ":", localName, ">"));
158
return RawTextAsync(string.
Concat
(prefix, ":", localName, ">"));
176
task = RawTextAsync(string.
Concat
(prefix, ":", localName, "=\""));
System\Xml\Schema\XmlValueConverter.cs (1)
779
return string.
Concat
("{", qname.Namespace, "}", qname.Name);
System\Xml\XPath\XPathNavigator.cs (1)
1171
return string.
Concat
(Name, "=\"", Value, "\"");