5 references to DecodedData
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceAssemblySymbol.cs (1)
1350
return arguments.HasDecodedData ? arguments.
DecodedData
: null;
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1255
if (this.IsInterfaceType() && (!arguments.HasDecodedData || (object)((TypeWellKnownAttributeData)arguments.
DecodedData
).ComImportCoClass == null))
Symbols\Symbol_Attributes.cs (1)
853
return arguments.HasDecodedData ? arguments.
DecodedData
: null;
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceAssemblySymbol.vb (1)
352
Return If(arguments.HasDecodedData, arguments.
DecodedData
, Nothing)
Symbols\Symbol_Attributes.vb (1)
473
Return If(arguments.HasDecodedData, arguments.
DecodedData
, Nothing)