2 references to TryParse
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueService.cs (1)
47
=> byte.
TryParse
(Environment.GetEnvironmentVariable("Microsoft_CodeAnalysis_EditAndContinue_DiagnosticLevel"), out var level)
System.CommandLine (1)
Binding\ArgumentConverter.StringConverters.cs (1)
238
if (byte.
TryParse
(token, out var byteValue))