2 writes to InterpolatedStringHandlerArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
1313
parameterWellKnownAttributeData.
InterpolatedStringHandlerArguments
= parameterOrdinals;
1374
arguments.GetOrCreateData<ParameterWellKnownAttributeData>().
InterpolatedStringHandlerArguments
= default;
2 references to InterpolatedStringHandlerArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
132
=> (GetDecodedWellKnownAttributeData()?.
InterpolatedStringHandlerArguments
).NullToEmpty();
135
=> GetDecodedWellKnownAttributeData()?.
InterpolatedStringHandlerArguments
.IsDefault ?? false;