4 references to GenerateMethodBodyDelegate
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListMethod.cs (2)
11
private readonly
GenerateMethodBodyDelegate
_generateMethodBody;
13
internal SynthesizedReadOnlyListMethod(NamedTypeSymbol containingType, MethodSymbol interfaceMethod,
GenerateMethodBodyDelegate
generateMethodBody) :
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListProperty.cs (2)
18
GenerateMethodBodyDelegate
getAccessorBody,
19
GenerateMethodBodyDelegate
? setAccessorBody = null)