2 writes to InterpolatedStringHandlerArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
1329
parameterWellKnownAttributeData.
InterpolatedStringHandlerArguments
= parameterOrdinals;
1404
arguments.GetOrCreateData<ParameterWellKnownAttributeData>().
InterpolatedStringHandlerArguments
= default;
2 references to InterpolatedStringHandlerArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
143
=> (GetDecodedWellKnownAttributeData()?.
InterpolatedStringHandlerArguments
).NullToEmpty();
146
=> GetDecodedWellKnownAttributeData()?.
InterpolatedStringHandlerArguments
.IsDefault ?? false;