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