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