1 write to Line
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
Common\ErrorListItem.cs (1)
26
Line
= line;
4 references to Line
Microsoft.VisualStudio.IntegrationTest.Utilities (4)
Common\ErrorListItem.cs (4)
36
&&
Line
== other.
Line
43
=> Hash.Combine(Severity, Hash.Combine(Description, Hash.Combine(Project, Hash.Combine(FileName, Hash.Combine(
Line
, Hash.Combine(Column, 0))))));
46
=> $"Severity:{Severity} Description:{Description} Project:{Project} File:{FileName} Line:{
Line
} Column:{Column}";