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