4 references to TryCreate
Microsoft.AspNetCore.App.Analyzers (4)
Infrastructure\VirtualChars\AbstractVirtualCharService.cs (1)
209
Rune.
TryCreate
(ch, info.Get(tokenText, index + 1), out rune))
Infrastructure\VirtualChars\CSharpVirtualCharService.cs (1)
332
if (Rune.
TryCreate
(ch, nextCh, out rune))
Infrastructure\VirtualChars\System.Text\Rune.cs (2)
311
if (
TryCreate
(firstChar, secondChar, out result))
572
if (
TryCreate
(penultimateChar, finalChar, out result))