3 references to MakeSynthesizedDelegateName
Microsoft.CodeAnalysis.CSharp (3)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
48Name = GeneratedNames.MakeSynthesizedDelegateName(byRefs, returnsVoid, generation);
Symbols\Synthesized\GeneratedNames.cs (2)
396/// Logic here should match <see cref="MakeSynthesizedDelegateName" />. 455Debug.Assert(name == MakeSynthesizedDelegateName(byRefs, returnsVoid, generation));