21 references to ERR_NullableOptionNotAvailable
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (1)
1571
diagnostics.Add(new CSDiagnostic(new CSDiagnosticInfo(ErrorCode.
ERR_NullableOptionNotAvailable
,
Compilation\CSharpCompilation.cs (1)
3091
builder.Add(new CSDiagnostic(new CSDiagnosticInfo(ErrorCode.
ERR_NullableOptionNotAvailable
,
Errors\ErrorFacts.cs (1)
1978
or ErrorCode.
ERR_NullableOptionNotAvailable
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (9)
CommandLineTests.cs (9)
4876
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.0", "8.0").WithLocation(1, 1)
4905
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.0", "8.0").WithLocation(1, 1));
5116
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.3", "8.0").WithLocation(1, 1)
5127
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.3", "8.0").WithLocation(1, 1)
5134
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.3", "8.0").WithLocation(1, 1)
5209
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Warnings", "7.0", "8.0").WithLocation(1, 1)
5266
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Warnings", "7.3", "8.0").WithLocation(1, 1)
5273
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Annotations", "7.0", "8.0").WithLocation(1, 1)
5330
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Annotations", "7.3", "8.0").WithLocation(1, 1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\NullableReferenceTypesTests.cs (8)
8599
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)
8605
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Warnings", "7.3", "8.0").WithLocation(1, 1)
10414
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.0", "8.0").WithLocation(1, 1)
81871
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)
97966
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1),
99252
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)
100547
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1),
127240
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)
1820
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)