3 writes to Path
dotnet-aot (3)
Generated\361d1da7f942c932\SlnfJsonSerializerContext.SlnfSolution.g.cs (1)
61
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfSolution)obj).
Path
= value!,
parent\dotnet\SlnfFileHelper.cs (2)
82
Path
= relativeSolutionPath,
115
Path
= relativeSolutionPath,
2 references to Path
dotnet-aot (2)
Generated\361d1da7f942c932\SlnfJsonSerializerContext.SlnfSolution.g.cs (2)
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfSolution)obj).
Path
,
108
writer.WriteString(PropName_path, ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfSolution)value).
Path
);