2 references to decodeName
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
1269
if (
decodeName
(constructorArgument, ref arguments) is not (int ordinal, var parameter))
1295
if (
decodeName
(nestedArgument, ref arguments) is (int ordinal, var parameter) && !hadError)