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)
1179VerifyCS.Diagnostic(AbstractDoNotCopyValue.AvoidNullableWrapperRule).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle?", "FieldInitializer"));