1 write to ProjectFilePath
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\CPS\CSharpCompilerOptionsTests.cs (1)
169project.ProjectFilePath = newFilePath;
5 references to ProjectFilePath
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
VS\IFSharpWorkspaceProjectContextFactory.cs (1)
134=> _vsProjectContext.ProjectFilePath!;
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (4)
ProjectSystemShim\CPS\CSharpCompilerOptionsTests.cs (4)
146var initialProjectFilePath = project.ProjectFilePath; 152Assert.Equal(initialProjectFilePath, project.ProjectFilePath); 161var initialProjectFilePath = project.ProjectFilePath; 171Assert.Equal(newFilePath, project.ProjectFilePath);