13 references to TryCreate
GenerateDocumentationAndConfigFiles (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\AbstractVirtualCharService.cs (1)
210
Rune.
TryCreate
(ch, info.Get(tokenText, index + 1), out rune))
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharService.cs (1)
345
if (Rune.
TryCreate
(ch, nextCh, out rune))
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\AbstractVirtualCharService.cs (1)
210
Rune.
TryCreate
(ch, info.Get(tokenText, index + 1), out rune))
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Net\WebUtility.cs (1)
119
Rune.
TryCreate
(ch, input[i + 1], out Rune rune))
src\libraries\System.Private.CoreLib\src\System\Text\DecoderFallback.cs (1)
239
if (!Rune.TryCreate(ch, out Rune rune) && !Rune.
TryCreate
(ch, GetNextChar(), out rune))
src\libraries\System.Private.CoreLib\src\System\Text\EncoderFallback.cs (1)
280
if (Rune.TryCreate(firstChar, out Rune value) || Rune.
TryCreate
(firstChar, GetNextChar(), out value))
src\libraries\System.Private.CoreLib\src\System\Text\EncoderNLS.cs (2)
280
if (Rune.
TryCreate
(_charLeftOver, secondChar, out Rune rune))
355
if (Rune.
TryCreate
(charLeftOver, secondChar, out Rune rune))
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
344
if (
TryCreate
(firstChar, secondChar, out result))
600
if (
TryCreate
(penultimateChar, finalChar, out result))
System.Private.Uri (1)
System\IriHelper.cs (1)
34
if (Rune.
TryCreate
(highSurr, lowSurr, out Rune rune))
System.Text.Encodings.Web (1)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (1)
192
if (Rune.
TryCreate
(thisChar, source[srcIdxTemp], out scalarValue))
Test.Utilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\AbstractVirtualCharService.cs (1)
210
Rune.
TryCreate
(ch, info.Get(tokenText, index + 1), out rune))