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