10 references to GetDecodedWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceComplexParameterSymbol.cs (10)
123
=>
GetDecodedWellKnownAttributeData
()?.HasIDispatchConstantAttribute == true;
126
=>
GetDecodedWellKnownAttributeData
()?.HasIUnknownConstantAttribute == true;
143
=> (
GetDecodedWellKnownAttributeData
()?.InterpolatedStringHandlerArguments).NullToEmpty();
146
=>
GetDecodedWellKnownAttributeData
()?.InterpolatedStringHandlerArguments.IsDefault ?? false;
152
return DecodeFlowAnalysisAttributes(
GetDecodedWellKnownAttributeData
());
199
=>
GetDecodedWellKnownAttributeData
()?.NotNullIfParameterNotNull ?? ImmutableHashSet<string>.Empty;
205
ParameterWellKnownAttributeData attributeData =
GetDecodedWellKnownAttributeData
();
1520
=> base.IsMetadataIn ||
GetDecodedWellKnownAttributeData
()?.HasInAttribute == true;
1523
=> base.IsMetadataOut ||
GetDecodedWellKnownAttributeData
()?.HasOutAttribute == true;
1526
=>
GetDecodedWellKnownAttributeData
()?.MarshallingInformation;