13 references to GetInt32
Microsoft.NET.ProjectData (13)
ProjectDataBuildAttemptManifest.cs (13)
71 TruncatedDiagnosticCount = GetInt32(root, "truncatedDiagnosticCount"),
72 TruncatedSubmissionCount = GetInt32(root, "truncatedSubmissionCount"),
73 TruncatedContextCount = GetInt32(root, "truncatedContextCount"),
107 SubmissionId = GetInt32(element, "submissionId"),
170 Line = GetInt32(element, "line"),
171 Column = GetInt32(element, "column"),
188 NodeId = GetInt32(element, "nodeId"),
189 ProjectContextId = GetInt32(element, "projectContextId"),
190 ProjectInstanceId = GetInt32(element, "projectInstanceId"),
191 TargetId = GetInt32(element, "targetId"),
192 TaskId = GetInt32(element, "taskId"),
193 SubmissionId = GetInt32(element, "submissionId"),
194 EvaluationId = GetInt32(element, "evaluationId"),