21 references to ERR_NullableOptionNotAvailable
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (1)
1523
diagnostics.Add(new CSDiagnostic(new CSDiagnosticInfo(ErrorCode.
ERR_NullableOptionNotAvailable
,
Compilation\CSharpCompilation.cs (1)
2725
builder.Add(new CSDiagnostic(new CSDiagnosticInfo(ErrorCode.
ERR_NullableOptionNotAvailable
,
Errors\ErrorFacts.cs (1)
1915
case ErrorCode.
ERR_NullableOptionNotAvailable
:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (9)
CommandLineTests.cs (9)
4652
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.0", "8.0").WithLocation(1, 1)
4681
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.0", "8.0").WithLocation(1, 1));
4892
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.3", "8.0").WithLocation(1, 1)
4903
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.3", "8.0").WithLocation(1, 1)
4910
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.3", "8.0").WithLocation(1, 1)
4985
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Warnings", "7.0", "8.0").WithLocation(1, 1)
5042
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Warnings", "7.3", "8.0").WithLocation(1, 1)
5049
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Annotations", "7.0", "8.0").WithLocation(1, 1)
5106
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Annotations", "7.3", "8.0").WithLocation(1, 1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\NullableReferenceTypesTests.cs (8)
8580
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)
8586
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Warnings", "7.3", "8.0").WithLocation(1, 1)
10398
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.0", "8.0").WithLocation(1, 1)
78123
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)
94124
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1),
95410
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)
96705
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1),
123398
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.0", "8.0").WithLocation(1, 1)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Source\NullablePublicAPITests.cs (1)
1821
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)