21 references to ERR_NullableOptionNotAvailable
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (1)
1536
diagnostics.Add(new CSDiagnostic(new CSDiagnosticInfo(ErrorCode.
ERR_NullableOptionNotAvailable
,
Compilation\CSharpCompilation.cs (1)
3018
builder.Add(new CSDiagnostic(new CSDiagnosticInfo(ErrorCode.
ERR_NullableOptionNotAvailable
,
Errors\ErrorFacts.cs (1)
1972
or ErrorCode.
ERR_NullableOptionNotAvailable
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (9)
CommandLineTests.cs (9)
4862
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.0", "8.0").WithLocation(1, 1)
4891
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.0", "8.0").WithLocation(1, 1));
5102
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.3", "8.0").WithLocation(1, 1)
5113
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.3", "8.0").WithLocation(1, 1)
5120
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Enable", "7.3", "8.0").WithLocation(1, 1)
5195
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Warnings", "7.0", "8.0").WithLocation(1, 1)
5252
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Warnings", "7.3", "8.0").WithLocation(1, 1)
5259
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Annotations", "7.0", "8.0").WithLocation(1, 1)
5316
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("nullable", "Annotations", "7.3", "8.0").WithLocation(1, 1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\NullableReferenceTypesTests.cs (8)
8592
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)
8598
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Warnings", "7.3", "8.0").WithLocation(1, 1)
10410
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.0", "8.0").WithLocation(1, 1)
81812
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)
97894
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1),
99180
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1)
100475
Diagnostic(ErrorCode.
ERR_NullableOptionNotAvailable
).WithArguments("NullableContextOptions", "Enable", "7.3", "8.0").WithLocation(1, 1),
127168
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)