2 references to IsEntryPoint
Microsoft.CodeAnalysis.Features (2)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
651if (methodSymbol.IsEntryPoint(_taskType, _genericTaskType))
NamingStyleDiagnosticAnalyzerBase.cs (1)
116if (symbol is IMethodSymbol methodSymbol && methodSymbol.IsEntryPoint(compilation.TaskType(), compilation.TaskOfTType()))