2 writes to InterpolatedStringHandlerArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
1322
parameterWellKnownAttributeData.
InterpolatedStringHandlerArguments
= parameterOrdinals;
1383
arguments.GetOrCreateData<ParameterWellKnownAttributeData>().
InterpolatedStringHandlerArguments
= default;
2 references to InterpolatedStringHandlerArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
138
=> (GetDecodedWellKnownAttributeData()?.
InterpolatedStringHandlerArguments
).NullToEmpty();
141
=> GetDecodedWellKnownAttributeData()?.
InterpolatedStringHandlerArguments
.IsDefault ?? false;