**Product and Version Used**: 4.3.0 The following examples are false positives: ```csharp // 1 Span<char> charSpan = stackalloc char[size]; // 2 T result = default!; // 3 var type = typeof(int); Type? nullableType = type; // 4 ProblemDetails details = new(); ```
Product and Version Used: 4.3.0
The following examples are false positives: