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