4 references to GenerationSeparator
Microsoft.CodeAnalysis (2)
CodeGen\DebugId.cs (1)
46=> (Generation > 0) ? $"{Ordinal}{CommonGeneratedNames.GenerationSeparator}{Generation}" : Ordinal.ToString();
Symbols\CommonGeneratedNameParser.cs (1)
47case GenerationSeparator:
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\GeneratedNameConstants.cs (1)
12internal const char GenerationSeparator = CommonGeneratedNames.GenerationSeparator;
Symbols\Synthesized\GeneratedNames.cs (1)
486return (generation > 0) ? name + CommonGeneratedNames.GenerationSeparator + generation : name;