1 implementation of IsValidEntryPointPath
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
FileBasedPrograms\FileBasedProgramService.cs (1)
36public bool IsValidEntryPointPath(string entryPointFilePath)
1 reference to IsValidEntryPointPath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFileExtensionRegistry.cs (1)
78if (_fileBasedProgramService?.IsValidEntryPointPath(projectFilePath) == true)