5 references to HasDecodedData
Microsoft.CodeAnalysis (2)
Symbols\Attributes\EarlyDecodeWellKnownAttributeArguments.cs (2)
63/// Assumes <see cref="HasDecodedData"/> is true. 69Debug.Assert(this.HasDecodedData);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol_Attributes.cs (1)
789return arguments.HasDecodedData ? arguments.DecodedData : null;
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2056If Not arguments.HasDecodedData OrElse DirectCast(arguments.DecodedData, TypeEarlyWellKnownAttributeData).AttributeUsageInfo.IsNull Then
Symbols\Symbol_Attributes.vb (1)
431Return If(arguments.HasDecodedData, arguments.DecodedData, Nothing)