2 references to AvoidNullableWrapperRule
Roslyn.Diagnostics.Analyzers (1)
AbstractDoNotCopyValue.cs (1)
1570
_context.ReportDiagnostic(operation.Syntax.CreateDiagnostic(
AvoidNullableWrapperRule
, type, operation.Kind));
Roslyn.Diagnostics.Analyzers.UnitTests (1)
DoNotCopyValueTests.cs (1)
1179
VerifyCS.Diagnostic(AbstractDoNotCopyValue.
AvoidNullableWrapperRule
).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle?", "FieldInitializer"));