72 references to Concat
mscorlib (2)
system\runtime\serialization\serializationfieldinfo.cs (1)
47m_serializationName = String.Concat(namePrefix, FakeNameSeparatorString, m_field.Name);
system\string.cs (1)
3088return Concat(arg0.ToString(), arg1.ToString(), arg2.ToString());
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
853fontFamilyReference = string.Concat(
System.Data (16)
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
93string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
122string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
92string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
191string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
94string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
124string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
189string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
190string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
93string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
190string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
190string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
191string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
190string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
191string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
147string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
143string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to reader, bug 98767
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\StringConcat.cs (1)
71case 3: return string.Concat(this.s1, this.s2, this.s3);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
824return string.Concat("ID", this.docOrderCmp.GetDocumentIndex(navigator).ToString(CultureInfo.InvariantCulture), navigator.UniqueId);
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1032public string QualifiedName { get { return prefix.Length == 0 ? localName : string.Concat(prefix, ":", localName); } }
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
3066attribute.AttributeValueXsiType = String.Concat(attributeValueXsiTypePrefix, "#", attributeValueXsiTypeSuffix);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
2662attribute.AttributeValueXsiType = String.Concat(attributeValueXsiTypePrefix, "#", attributeValueXsiTypeSuffix);
System.Management (1)
managementpath.cs (1)
575newPath = String.Concat(nsPath, ":", relPath);
System.Runtime.Serialization (6)
System\Runtime\Serialization\Configuration\ConfigurationStrings.cs (1)
17return string.Concat(ConfigurationStrings.SectionGroupName, "/", sectionName);
System\Runtime\Serialization\Json\JsonClassDataContract.cs (1)
135this.typeName = string.IsNullOrEmpty(traditionalDataContract.Namespace.Value) ? traditionalDataContract.Name.Value : string.Concat(traditionalDataContract.Name.Value, JsonGlobals.NameValueSeparatorString, XmlObjectSerializerWriteContextComplexJson.TruncateDefaultDataContractNamespace(traditionalDataContract.Namespace.Value));
System\Runtime\Serialization\Json\JsonDataContract.cs (1)
167this.typeName = string.IsNullOrEmpty(traditionalDataContract.Namespace.Value) ? traditionalDataContract.Name.Value : string.Concat(traditionalDataContract.Name.Value, JsonGlobals.NameValueSeparatorString, XmlObjectSerializerWriteContextComplexJson.TruncateDefaultDataContractNamespace(traditionalDataContract.Namespace.Value));
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
80WriteTypeInfo(writer, string.Concat(dataContractName, JsonGlobals.NameValueSeparatorString, TruncateDefaultDataContractNamespace(dataContractNamespace)));
System\Xml\XmlBaseWriter.cs (1)
707WriteAttributeText(string.Concat(prefix, ":", namespaceUri.Value));
System\Xml\XmlExceptionHelper.cs (1)
61return string.Concat(prefix, ":", localName);
System.ServiceModel (13)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
679inputString = string.Concat(this.uniqueConnectionGroupNamePrefix, prefix, inputString);
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
519host = string.Concat("[", ListenUri.DnsSafeHost, "]");
System\ServiceModel\Channels\TcpChannelListener.cs (1)
283uriBuilder.Host = string.Concat("[", ipv6Host, "]");
System\ServiceModel\ComIntegration\TypeCacheManager.cs (4)
76keyName = String.Concat("software\\classes\\interface\\{", iid.ToString(), "}\\typelib"); 81keyName = String.Concat("interface\\{", iid.ToString(), "}\\typelib"); 353string keyName = String.Concat("software\\classes\\clsid\\{", clsid.ToString(), "}\\InprocServer32"); 402using (RegistryHandle clsidKey = hkcr.OpenSubKey(String.Concat("CLSID\\{", clsid.ToString(), "}\\InprocServer32")))
System\ServiceModel\ComIntegration\TypeLibraryHelper.cs (1)
129assemblyName = String.Concat(namespaceName, GetRandomName(), ".dll");
System\ServiceModel\Configuration\ConfigurationHelpers.cs (3)
224return string.Concat(ConfigurationStrings.BindingsSectionGroupPath, "/", sectionName); 229return string.Concat(ConfigurationStrings.StandardEndpointsSectionName, "/", sectionName); 288return string.Concat(ConfigurationStrings.SectionGroupName, "/", sectionName);
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
218string hostUriString = string.Concat(listenUri.Scheme, "://", hostHeader);
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (1)
576return string.Concat(prefix, ":", localName);
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\MetabaseSettings.cs (1)
522appAboPath = string.Concat(siteAboPath, IISConstants.RootSegment, HostingEnvironmentWrapper.ApplicationVirtualPath);
System.ServiceModel.Internals (2)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
73this.EventSourceName = string.Concat(this.TraceSourceName, " ", EventSourceVersion);
System\Runtime\NameGenerator.cs (1)
20this.prefix = string.Concat("_", Guid.NewGuid().ToString().Replace('-', '_'), "_");
System.Web.Mobile (3)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (1)
180queryString = String.Concat(ufps, "&", queryString);
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
906queryString = String.Concat(ufps, "&", queryString); 1515shortName = String.Concat(_shortNamePrefix, shortName, _controlShortNames.Count.ToString(CultureInfo.InvariantCulture));
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
536outputError = string.Concat(outputError, "\r\n", error);
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\FormatterServicesNoSerializableCheck.cs (1)
150allNames.Add(String.Concat(typeName, FakeNameSeparatorString, field.Name));
System.Xml (16)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3578return String.Concat( qname.prefix, ":", qname.localname );
System\Xml\Cache\XPathNode.cs (1)
98return string.Concat(Prefix, ":", LocalName);
System\Xml\Core\ValidatingReaderNodeData.cs (1)
74nameWPrefix = nameTable.Add ( string.Concat (prefix,":", localName));
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (2)
111task = RawTextAsync(string.Concat(prefix, ":", localName)); 187task = RawTextAsync(string.Concat(prefix, ":", localName));
System\Xml\Core\XmlReader.cs (1)
120return NameTable.Add(string.Concat(Prefix, ":", LocalName));
System\Xml\Core\XmlSubtreeReader.cs (1)
1099nsAttributes[index].Set( XmlNodeType.Attribute, prefix, xmlns, reader.NameTable.Add( string.Concat( xmlns, ":", prefix ) ), xmlnsUri, ns );
System\Xml\Core\XmlTextReaderImpl.cs (1)
579InitStringInput( ( context == null ) ? string.Empty : context.BaseURI, Encoding.Unicode, string.Concat( "<?xml ", xmlFragment, "?>" ) );
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
601nameWPrefix = nt.Add( string.Concat( prefix, ":", localName ) );
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
106task = RawTextAsync(string.Concat(prefix, ":", localName));
System\Xml\Dom\DocumentXmlWriter.cs (1)
367throw new XmlException(Res.Xml_DupAttributeName, attr.Prefix.Length == 0 ? attr.LocalName : string.Concat(attr.Prefix, ":", attr.LocalName));
System\Xml\Dom\XmlName.cs (1)
77string n = string.Concat( prefix, ":", localName );
System\Xml\Schema\XmlSchemaValidator.cs (1)
2293return (ns.Length != 0) ? string.Concat(ns, ":", localName) : localName;
System\Xml\Schema\XmlValueConverter.cs (1)
785return (prefix.Length != 0) ? string.Concat(prefix, ":", qname.Name) : qname.Name;
System\Xml\XmlQualifiedName.cs (1)
114return Namespace.Length == 0 ? Name : string.Concat(Namespace, ":" , Name);
System\Xml\XPath\XPathNavigator.cs (1)
1175return string.Concat("xmlns=\"", Value, "\"");
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (1)
8245return nameTable.Add(string.Concat(prefix, ":", GetLocalName()));
System\Xml\Linq\XNodeNavigator.cs (1)
148return nameTable.Add(string.Concat(prefix, ":", GetLocalName()));
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
60: base(string.Concat(dp.OwnerType.Name, ".", dp.Name), null)
Base\System\IO\Packaging\PackUriHelper.cs (1)
139absolutePackageUri = String.Concat(PackUriHelper.UriSchemePack, Uri.SchemeDelimiter, absolutePackageUri);