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