4 references to IdSeparator
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpDefinitionMap.cs (1)
204idSeparator = GeneratedNameConstants.IdSeparator;
Symbols\Synthesized\GeneratedNames.cs (3)
137Debug.Assert(suffixTerminator != GeneratedNameConstants.IdSeparator); 183builder.Append(GeneratedNameConstants.IdSeparator); 506builder.Append(GeneratedNameConstants.IdSeparator).Append(ownerUniqueId);