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