Base:
4 references to ToString
Microsoft.NET.Build.Tasks (4)
WorkloadPackId.cs (1)
53public override void Write(Utf8JsonWriter writer, WorkloadPackId value, JsonSerializerOptions options) => writer.WriteStringValue(value.ToString());
WorkloadResolver.cs (3)
264resolvedPackageId.ToString() 329packPath = Path.Combine(rootPath.Path, "packs", resolvedPackageId.ToString(), packageVersion); 341packPath = Path.Combine(rootPath.Path, "tool-packs", resolvedPackageId.ToString(), packageVersion);