1 instantiation of AsyncForwardEntryPoint
Microsoft.CodeAnalysis.CSharp (1)
Compiler\MethodCompiler.cs (1)
243
synthesizedEntryPoint = new SynthesizedEntryPointSymbol.
AsyncForwardEntryPoint
(compilation, entryPoint.ContainingType, entryPoint);
4 references to AsyncForwardEntryPoint
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
39
private readonly SynthesizedEntryPointSymbol.
AsyncForwardEntryPoint
_entryPointOpt;
88
BindingDiagnosticBag diagnostics, Predicate<Symbol> filterOpt, SynthesizedEntryPointSymbol.
AsyncForwardEntryPoint
entryPointOpt, CancellationToken cancellationToken)
150
entryPoint as SynthesizedEntryPointSymbol.
AsyncForwardEntryPoint
,
1501
SynthesizedEntryPointSymbol.
AsyncForwardEntryPoint
entryPointOpt)