3 references to HasDecodedData
Microsoft.CodeAnalysis (2)
Symbols\Attributes\EarlyDecodeWellKnownAttributeArguments.cs (2)
63
/// Assumes <see cref="
HasDecodedData
"/> is true.
69
Debug.Assert(this.
HasDecodedData
);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol_Attributes.cs (1)
810
return arguments.
HasDecodedData
? arguments.DecodedData : null;