I take the project Newtonsoft from git and compile it.
When I open the assembly dll and I check some of the full method names (full method name mean return type of the method + namespace + class + method) I see that some of the full method names are with a slash in different places. its can be in the middle of the return type, can be on the namespace, or in the middle of the parameters
When I get into the code of that method I don't find any 'rule' for this.
can anyone explain why it contains the slash?
( .net core 6.0 )