4 references to Diagnostic
Roslyn.Diagnostics.Analyzers.UnitTests (4)
DoNotCopyValueTests.cs (4)
168
VerifyVB.
Diagnostic
(AbstractDoNotCopyValue.NoAssignValueFromReferenceRule).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle"));
1315
VerifyVB.
Diagnostic
(AbstractDoNotCopyValue.NoFieldOfCopyableTypeRule).WithLocation(0).WithArguments("CannotCopy", "Private field2 As CannotCopy"));
1401
VerifyVB.
Diagnostic
(AbstractDoNotCopyValue.NoAutoPropertyRule).WithLocation(0).WithArguments("CannotCopy", "Private Property Property3 As CannotCopy"),
1403
VerifyVB.
Diagnostic
(AbstractDoNotCopyValue.NoAutoPropertyRule).WithLocation(1).WithArguments("CannotCopy", "Private Property Property3 As CannotCopy"));