3 writes to Path
dotnet (3)
_generated\150\SlnfJsonSerializerContext.SlnfSolution.g.cs (1)
59Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfSolution)obj).Path = value!,
SlnfFileHelper.cs (2)
82Path = relativeSolutionPath, 115Path = relativeSolutionPath,
2 references to Path
dotnet (2)
_generated\150\SlnfJsonSerializerContext.SlnfSolution.g.cs (2)
58Getter = static obj => ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfSolution)obj).Path, 106writer.WriteString(PropName_path, ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfSolution)value).Path);