2 references to OutputRefFilePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Project.cs (1)
71public string? OutputRefFilePath => State.OutputRefFilePath;
Workspace\Solution\ProjectState.cs (1)
753=> (outputRefFilePath == OutputRefFilePath) ? this : WithNewerAttributes(Attributes.With(outputRefPath: outputRefFilePath, version: Version.GetNewerVersion()));