4 references to TryDecodeValue
Microsoft.CodeAnalysis (1)
Symbols\TypedConstant.cs (1)
131TryDecodeValue(specialType, out T? value);
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Attributes\AttributeData.cs (1)
807return arguments.Length == 1 && arguments[0].TryDecodeValue(SpecialType.System_String, out string? value) ? value : null;
Symbols\Source\SourceComplexParameterSymbol.cs (2)
679if (constructorArguments[0].TryDecodeValue(SpecialType.System_String, out string? parameterName)) 884return arguments.Length == 1 && arguments[0].TryDecodeValue(SpecialType.System_Boolean, out bool value) ?