3 instantiations of ProjectDataBuildDiagnosticRecord
Microsoft.NET.ProjectData (3)
ProjectDataBuildAttemptManifest.cs (1)
161
result.Add(new
ProjectDataBuildDiagnosticRecord
ProjectDataBuildDiagnosticProtocol.cs (2)
49
diagnostic = new
ProjectDataBuildDiagnosticRecord
();
74
diagnostic = new
ProjectDataBuildDiagnosticRecord
5 references to ProjectDataBuildDiagnosticRecord
Microsoft.NET.ProjectData (5)
ProjectDataBuildAttemptManifest.cs (3)
29
public
ProjectDataBuildDiagnosticRecord
[] Diagnostics { get; set; } = [];
146
private static
ProjectDataBuildDiagnosticRecord
[] ReadDiagnostics(JsonElement root)
153
List<
ProjectDataBuildDiagnosticRecord
> result = [];
ProjectDataBuildDiagnosticProtocol.cs (2)
21
public static string Encode(string attemptId,
ProjectDataBuildDiagnosticRecord
diagnostic)
47
public static bool TryDecode(string line, string expectedAttemptId, out
ProjectDataBuildDiagnosticRecord
diagnostic)