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