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