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