4 references to MakeSynthesizedDelegateName
Microsoft.CodeAnalysis.CSharp (3)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
48Name = GeneratedNames.MakeSynthesizedDelegateName(byRefs, returnsVoid, generation);
Symbols\Synthesized\GeneratedNames.cs (2)
402/// Logic here should match <see cref="MakeSynthesizedDelegateName" />. 461Debug.Assert(name == MakeSynthesizedDelegateName(byRefs, returnsVoid, generation));
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Emit\GeneratedNamesTests.cs (1)
37Assert.Equal(name, GeneratedNames.MakeSynthesizedDelegateName(actualByRefs, actualReturnsVoid, actualGeneration));