1 write to ProjectFilePath
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Program.cs (1)
252ProjectFilePath = msbuildInvocation.ProjectFilePath,
4 references to ProjectFilePath
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (4)
CompilerInvocation.cs (4)
72var parsedCommandLine = commandLineParserService.Parse(splitCommandLine, Path.GetDirectoryName(invocationInfo.ProjectFilePath), isInteractive: false, sdkDirectory: null); 76var projectId = ProjectId.CreateNewId(invocationInfo.ProjectFilePath); 82name: Path.GetFileNameWithoutExtension(invocationInfo.ProjectFilePath), 87filePath: invocationInfo.ProjectFilePath,