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