1 implementation of GetFullProjectName
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\CSharpHelpers.cs (1)
182string ICSharpProjectRoot.GetFullProjectName()
1 reference to GetFullProjectName
Microsoft.VisualStudio.LanguageServices.CSharp (1)
LanguageService\CSharpLanguageService_ICSharpProjectHost.cs (1)
19var projectName = Path.GetFileName(projectRoot.GetFullProjectName()); // GetFullProjectName returns the path to the project file w/o the extension?