3 writes to Path
dotnet (3)
_generated\150\SlnfJsonSerializerContext.SlnfSolution.g.cs (1)
61Setter = 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)
60Getter = static obj => ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfSolution)obj).Path, 108writer.WriteString(PropName_path, ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfSolution)value).Path);