5 references to Concat
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
924
return string.
Concat
(PrefixHandle.GetString(PrefixHandle.GetAlphaPrefix(_length)), ":", _bufferReader.GetDictionaryString(_offset));
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (2)
171
Section = string.
Concat
(s_languageNameToPrefix[language], '|', fullOptionName),
201
return string.
Concat
(optionGroupName, '.', option.Definition.ConfigName);
System.Private.DataContractSerialization (1)
System\Xml\ValueHandle.cs (1)
955
return string.
Concat
(PrefixHandle.GetString(PrefixHandle.GetAlphaPrefix(_length)), ":", _bufferReader.GetDictionaryString(_offset));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (1)
155
return string.
Concat
(stringContent.Substring(0, accessorIndex), '_', stringContent.Substring(accessorIndex));