5 references to HasDecodedData
Microsoft.CodeAnalysis (2)
Symbols\Attributes\DecodeWellKnownAttributeArguments.cs (2)
59
/// Assumes <see cref="
HasDecodedData
"/> is true.
65
Debug.Assert(this.
HasDecodedData
);
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceAssemblySymbol.cs (1)
1360
return arguments.
HasDecodedData
? arguments.DecodedData : null;
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1342
if (this.IsInterfaceType() && (!arguments.
HasDecodedData
|| (object)((TypeWellKnownAttributeData)arguments.DecodedData).ComImportCoClass == null))
Symbols\Symbol_Attributes.cs (1)
874
return arguments.
HasDecodedData
? arguments.DecodedData : null;