2 types derived from AbstractDoNotCopyValue
Roslyn.Diagnostics.CSharp.Analyzers (1)
CSharpDoNotCopyValue.cs (1)
18
public sealed class CSharpDoNotCopyValue :
AbstractDoNotCopyValue
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
VisualBasicDoNotCopyValue.vb (1)
14
Inherits
AbstractDoNotCopyValue
28 references to AbstractDoNotCopyValue
Roslyn.Diagnostics.Analyzers.UnitTests (28)
DoNotCopyValueTests.cs (28)
155
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.NoAssignValueFromReferenceRule).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle"));
168
VerifyVB.Diagnostic(
AbstractDoNotCopyValue
.NoAssignValueFromReferenceRule).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle"));
264
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.NoAssignValueFromReferenceRule).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle"));
298
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle", "FieldReference"),
300
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(1).WithArguments("System.Runtime.InteropServices.GCHandle", "LocalReference"));
334
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle", "FieldReference"),
336
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(1).WithArguments("System.Runtime.InteropServices.GCHandle", "LocalReference"));
390
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle", "FieldReference"),
392
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(1).WithArguments("System.Runtime.InteropServices.GCHandle", "LocalReference"),
394
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(2).WithArguments("System.Runtime.InteropServices.GCHandle", "FieldReference"),
396
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(3).WithArguments("System.Runtime.InteropServices.GCHandle", "FieldReference"),
398
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(4).WithArguments("System.Runtime.InteropServices.GCHandle", "LocalReference"),
400
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(5).WithArguments("System.Runtime.InteropServices.GCHandle", "LocalReference"),
402
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(6).WithArguments("System.Runtime.InteropServices.GCHandle", "LocalReference"));
624
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(0).WithArguments("CannotCopy", "FieldReference"),
789
("in", "") => new[] { VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(0).WithArguments("CannotCopy", "ParameterReference") },
1170
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.NoAssignValueFromReferenceRule).WithLocation(0).WithArguments("CannotCopy"),
1172
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.NoAssignValueFromReferenceRule).WithLocation(1).WithArguments("CannotCopy"),
1209
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.NoReturnValueFromReferenceRule).WithLocation(0).WithArguments("CannotCopy"),
1245
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(0).WithArguments("CannotCopy", "FieldReference"));
1260
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.AvoidNullableWrapperRule).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle?", "FieldInitializer"));
1291
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.NoFieldOfCopyableTypeRule).WithLocation(0).WithArguments("CannotCopy", "C2.field2"));
1315
VerifyVB.Diagnostic(
AbstractDoNotCopyValue
.NoFieldOfCopyableTypeRule).WithLocation(0).WithArguments("CannotCopy", "Private field2 As CannotCopy"));
1343
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.NoAutoPropertyRule).WithLocation(0).WithArguments("CannotCopy", "C1.Property3"),
1345
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.NoAutoPropertyRule).WithLocation(1).WithArguments("CannotCopy", "C2.Property3"));
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"));
1519
VerifyCS.Diagnostic(
AbstractDoNotCopyValue
.UnsupportedUseRule).WithLocation(0).WithArguments("S", "LocalReference")