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