3 references to GenerationSeparator
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\GeneratedNames.cs (3)
198
builder.Append(GeneratedNameConstants.
GenerationSeparator
);
444
if (name[nameEndIndex + 1] != GeneratedNameConstants.
GenerationSeparator
)
465
return (generation > 0) ? name + GeneratedNameConstants.
GenerationSeparator
+ generation : name;