86 references to Concat
mscorlib (1)
system\string.cs (1)
3068return Concat(arg0.ToString(), arg1.ToString());
PresentationFramework (7)
src\Framework\MS\Internal\AppModel\DeploymentExceptionMapper.cs (6)
171string clrVersion = String.Concat("CLR", version); 253fwlink = String.Concat(fwlink, version); 254fwlink = String.Concat(fwlink, fwlinkSuffix); 259fwlink = String.Concat(fwlink, today.Year.ToString()); 260fwlink = String.Concat(fwlink, today.Month.ToString()); 261fwlink = String.Concat(fwlink, today.Day.ToString());
src\Framework\System\Windows\Controls\ComboBox.cs (1)
731matchedText = String.Concat(newText, matchedText.Substring(matchedTextInfo.MatchedPrefixLength));
System (1)
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
205string acceptString = string.Concat(secWebSocketKey, WebSocketHelpers.SecWebSocketKeyGuid);
System.Activities (3)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (3)
1497expressionText = string.Concat(vbLambdaString, coreExpressionText); 1501expressionText = string.Concat(csharpLambdaString, coreExpressionText); 2422compilerParameters.CompilerOptions = string.Concat("/rootnamespace:", this.settings.RootNamespace);
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\MessagingContentPropertyEditorResources.xaml.cs (1)
22string.Concat(
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryNameMap.cs (1)
49return (string)System.Activities.Presentation.Internal.Properties.Resources.ResourceManager.GetString(string.Concat("PropertyCategory", categoryName.Replace(' ', '_')));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
965string.Concat(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Resources\PropertyInspectorResources.cs (1)
91string.Concat(
System.Activities.Presentation\System\Activities\Presentation\View\EditorResources.cs (1)
22string.Concat(
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (2)
114string.Concat( 132string.Concat(
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (2)
128Uri resourceUri = new Uri(string.Concat(typeof(WorkflowDesignerIcons).Assembly.GetName().Name, @";component/Themes/Icons.WindowsApp.xaml"), UriKind.RelativeOrAbsolute); 166Uri resourceUri = new Uri(string.Concat(typeof(WorkflowDesignerIcons).Assembly.GetName().Name, @";component/Themes/Icons.Default.xaml"), UriKind.RelativeOrAbsolute);
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryNameMap.cs (1)
49return (string)System.Activities.Presentation.Internal.Properties.Resources.ResourceManager.GetString(string.Concat("PropertyCategory", categoryName.Replace(' ', '_')));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
965string.Concat(
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Resources\PropertyInspectorResources.cs (1)
91string.Concat(
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\EditorResources.cs (1)
22string.Concat(
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (2)
114string.Concat( 132string.Concat(
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (2)
128Uri resourceUri = new Uri(string.Concat(typeof(WorkflowDesignerIcons).Assembly.GetName().Name, @";component/Themes/Icons.WindowsApp.xaml"), UriKind.RelativeOrAbsolute); 166Uri resourceUri = new Uri(string.Concat(typeof(WorkflowDesignerIcons).Assembly.GetName().Name, @";component/Themes/Icons.Default.xaml"), UriKind.RelativeOrAbsolute);
System.Data.Entity (4)
System\Data\Common\Utils\AliasGenerator.cs (2)
106name = String.Concat(_prefix, index.ToString(CultureInfo.InvariantCulture)); 119_cache[index] = name = String.Concat(_prefix, name);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
3286column.NewName = String.Concat("Internal_", member.Name);
System\Data\SqlClient\SqlProviderServices.cs (1)
828logFileName = Path.Combine(directory.FullName, String.Concat(Path.GetFileNameWithoutExtension(dataFileName), "_log.ldf"));
System.Data.Linq (3)
SqlClient\Query\SqlIdentifier.cs (3)
65return String.Concat(QuoteCompoundIdentifier(left), SchemaSeparatorChar + right); 78return String.Concat(left + SchemaSeparatorChar, QuoteCompoundIdentifier(right)); 88return String.Concat(QuoteCompoundIdentifier(left) + SchemaSeparatorChar, QuoteCompoundIdentifier(right));
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\StringConcat.cs (1)
70case 2: return string.Concat(this.s1, this.s2);
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (2)
107this.val = string.Concat(ws, base.Value); 126ws = string.Concat(ws, base.Value);
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
367info.NegativeInfinitySymbol = String.Concat(info.NegativeSign, info.PositiveInfinitySymbol);
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
3247writer.WriteAttributeString("type", XmlSchema.InstanceNamespace, String.Concat(ProductConstants.ClaimValueTypeSerializationPrefixWithColon, xsiTypeSuffix));
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
2808writer.WriteAttributeString("type", XmlSchema.InstanceNamespace, String.Concat(ProductConstants.ClaimValueTypeSerializationPrefixWithColon, xsiTypeSuffix));
System.Management (1)
WmiGenerator.cs (1)
4874strRet = String.Concat(strRet,strToAdd);
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
105String filename = String.Concat(httpRequest.PhysicalApplicationPath,
System.Runtime.Serialization (6)
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
161serverTypeNamespace = string.Concat(Globals.DataContractXsdBaseNamespace, serverTypeNamespace.Substring(1));
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (3)
91return string.Concat("\\", dataContractNamespace); 95return string.Concat("\\", dataContractNamespace); 99return string.Concat("#", dataContractNamespace.Substring(JsonGlobals.DataContractXsdBaseNamespaceLength));
System\Xml\XmlDictionaryWriter.cs (1)
149prefix = namespaceUri.Length == 0 ? string.Empty : string.Concat("d", namespaceUri.Length.ToString(System.Globalization.NumberFormatInfo.InvariantInfo));
System\Xml\XmlMtomWriter.cs (1)
878prefix = string.Concat(Guid.NewGuid().ToString(), "+id=");
System.ServiceModel (1)
System\ServiceModel\EndpointAddress.cs (1)
418uriString = string.Concat(uriString, "/");
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\MetabaseSettings.cs (1)
530appAboPath = string.Concat(siteAboPath, IISConstants.RootSegment);
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (1)
245prefix = string.Concat("d", context.currentDepthLevel.ToString(System.Globalization.NumberFormatInfo.InvariantInfo));
System.Web (8)
Hosting\ApplicationHost.cs (1)
52String appId = StringUtil.GetNonRandomizedHashCode(String.Concat(virtualDir, physicalDir)).ToString("x");
Hosting\ApplicationManager.cs (3)
209string appId = String.Concat(virtualPath.VirtualPathString, physicalPath); 212appId = String.Concat(appId, siteName); 895String appName = (StringUtil.GetStringHashCode(String.Concat(appId.ToLower(CultureInfo.InvariantCulture),
HttpResponse.cs (1)
2465url = String.Concat(url, _redirectQueryString);
UI\Page.cs (1)
793_uniqueFilePathSuffix = String.Concat(UniqueFilePathSuffixID + "=", ticks.ToString("D6", CultureInfo.InvariantCulture));
UI\PageAdapter.cs (2)
63queryString = String.Concat(queryString, "&"); 65queryString = String.Concat(queryString, Page.UniqueFilePathSuffix);
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (5)
49private static readonly string s_dataDirectoryPath = String.Concat(s_virtualRoot, "app_data"); 50private static readonly string s_resolvedResPathFormat = String.Concat(s_resPathPrefix, "{0}/{1}"); 917return String.Concat(dataDirectoryPath, trimmedPath.Substring(s_dataDirectory.Length)); 952metadataPaths.Add(String.Concat(rootItem.PhysicalPath, resourcePath.Substring(s_virtualRoot.Length))); 965metadataPaths.Add(String.Concat(rootItem.PhysicalPath, resourcePath));
System.Web.Mobile (4)
UI\MobileControls\MobilePage.cs (4)
556_uniqueFilePathSuffix = String.Concat( 761url = String.Concat(url, "&"); 765url = String.Concat(url, "?"); 768url = String.Concat(url, name + "=" + dictionary[name]);
System.Workflow.Runtime (1)
Hosting\DbResourceAllocator.cs (1)
306this.connString = String.Concat(this.connString, ";OLE DB Services=-4");
System.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
821this.text = string.Concat(this.text, text);
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (2)
142return RawTextAsync(string.Concat(localName, ">")); 170return RawTextAsync(string.Concat(localName, ">"));
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (3)
135return RawTextAsync(string.Concat(localName, ">")); 161return RawTextAsync(string.Concat(localName, ">")); 179task = RawTextAsync(string.Concat(localName, "=\""));
System\Xml\Core\XmlWellFormedWriter.cs (1)
1765s = string.Concat(genPrefix, i.ToString(CultureInfo.InvariantCulture));
WindowsBase (8)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (3)
408string methodName = string.Concat("Get", dp.Name); 575string methodName = string.Concat("Set", dp.Name); 629string methodName = string.Concat(methodPrefix, _dp.Name);
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
690return String.Concat("R", Guid.NewGuid().ToString("N").Substring(0, _timestampLength));
Base\System\IO\Packaging\PackUriHelper.cs (3)
149packUri = new Uri(String.Concat(packUri.GetComponents(UriComponents.AbsoluteUri, UriFormat.UriEscaped), fragment)); 467partName = String.Concat(partName, _relationshipPartExtensionName); // Adding the ".rels" extension 1320private static readonly string _relsrelsUpperCaseExtension = String.Concat(_relationshipPartUpperCaseExtension, _relationshipPartUpperCaseExtension);
Base\System\IO\Packaging\ZipPackage.cs (1)
486return String.Concat(_forwardSlash, zipItemName);