6 references to ERR_CannotBeConvertedToUtf8
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
621or ErrorCode.ERR_CannotBeConvertedToUtf8
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
132ErrorCode.ERR_CannotBeConvertedToUtf8,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\Utf8StringsLiteralsTests.cs (3)
367Diagnostic(ErrorCode.ERR_CannotBeConvertedToUtf8, @"""hello \uD801\uD802""u8").WithArguments(@"Unable to translate Unicode character \\uD801 at index 6 to specified code page.").WithLocation(6, 13) 389Diagnostic(ErrorCode.ERR_CannotBeConvertedToUtf8, @"""\uD83D""u8").WithArguments(@"Unable to translate Unicode character \\uD83D at index 0 to specified code page.").WithLocation(7, 13), 392Diagnostic(ErrorCode.ERR_CannotBeConvertedToUtf8, @"""\uDE00""u8").WithArguments(@"Unable to translate Unicode character \\uDE00 at index 0 to specified code page.").WithLocation(7, 26)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2975case ErrorCode.ERR_CannotBeConvertedToUtf8: