17 references to Incomplete_character_escape
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (15)
EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_BasicTests.cs (6)
5517
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[9..12)"" Text=""\\p"" />
5554
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[9..12)"" Text=""\\p"" />
5629
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[9..12)"" Text=""\\p"" />
5654
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[9..12)"" Text=""\\p"" />
5679
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[9..12)"" Text=""\\p"" />
5754
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[9..12)"" Text=""\\p"" />
EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_DotnetNegativeTests.cs (9)
634
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[10..12)"" Text=""\p"" />
659
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[10..12)"" Text=""\p"" />
734
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[10..12)"" Text=""\P"" />
894
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[10..12)"" Text=""\P"" />
1826
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[10..12)"" Text=""\p"" />
3455
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[11..13)"" Text=""\P"" />
3562
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[11..13)"" Text=""\p"" />
3595
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[11..13)"" Text=""\p"" />
3683
<Diagnostic Message=""{FeaturesResources.
Incomplete_character_escape
}"" Span=""[11..13)"" Text=""\p"" />
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (2)
2001
message = FeaturesResources.
Incomplete_character_escape
;
2021
message = FeaturesResources.
Incomplete_character_escape
;