4 references to DecodedData
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol_Attributes.cs (1)
789
return arguments.HasDecodedData ? arguments.
DecodedData
: null;
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
2056
If Not arguments.HasDecodedData OrElse DirectCast(arguments.
DecodedData
, TypeEarlyWellKnownAttributeData).AttributeUsageInfo.IsNull Then
2061
Debug.Assert(Not DirectCast(arguments.
DecodedData
, TypeEarlyWellKnownAttributeData).AttributeUsageInfo.IsNull)
Symbols\Symbol_Attributes.vb (1)
431
Return If(arguments.HasDecodedData, arguments.
DecodedData
, Nothing)