2 references to SynthesizeDelegate
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LoweredDynamicOperationFactory.cs (1)
787var synthesizedType = _factory.Compilation.AnonymousTypeManager.SynthesizeDelegate(parameterCount, byRefs, returnsVoid, generation);
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
268var template = SynthesizeDelegate(parameterCount: fields.Length - 1, refKinds, returnsVoid, generation);