1 reference to IsLikelyEntryPointName
Microsoft.CodeAnalysis.Features (1)
AbstractMakeMethodAsynchronousCodeFixProvider.cs (1)
63var isEntryPoint = methodSymbol.IsStatic && IsLikelyEntryPointName(methodSymbol.Name, document);