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