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