5 references to TryDecodeValue
Microsoft.CodeAnalysis (1)
Symbols\TypedConstant.cs (1)
129
TryDecodeValue
(specialType, out T? value);
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Attributes\AttributeData.cs (1)
834
return arguments.Length == 1 && arguments[0].
TryDecodeValue
(SpecialType.System_String, out string? value) ? value : null;
Symbols\Source\SourceComplexParameterSymbol.cs (2)
676
if (constructorArguments[0].
TryDecodeValue
(SpecialType.System_String, out string? parameterName))
875
return arguments.Length == 1 && arguments[0].
TryDecodeValue
(SpecialType.System_Boolean, out bool value) ?
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceParameterSymbol.vb (1)
250
If attribute.ConstructorArguments.Single().
TryDecodeValue
(SpecialType.System_String, parameterName) Then