17 references to Incomplete_character_escape
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (15)
EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_BasicTests.cs (6)
5975
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[9..12)" Text="\\p" />
6014
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[9..12)" Text="\\p" />
6095
<Diagnostic Message="{FeaturesResources.
Incomplete_character_escape
}" Span="[9..12)" Text="\\p" />
6122
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[9..12)" Text="\\p" />
6149
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[9..12)" Text="\\p" />
6230
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[9..12)" Text="\\p" />
EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_DotnetNegativeTests.cs (9)
680
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[10..12)" Text="\p" />
707
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[10..12)" Text="\p" />
788
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[10..12)" Text="\P" />
960
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[10..12)" Text="\P" />
2040
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[10..12)" Text="\p" />
3751
<Diagnostic Message="{FeaturesResources.
Incomplete_character_escape
}" Span="[11..13)" Text="\P" />
3864
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[11..13)" Text="\p" />
3899
<Diagnostic Message="{{FeaturesResources.
Incomplete_character_escape
}}" Span="[11..13)" Text="\p" />
3991
<Diagnostic Message="{FeaturesResources.
Incomplete_character_escape
}" Span="[11..13)" Text="\p" />
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (2)
1986
message = FeaturesResources.
Incomplete_character_escape
;
2006
message = FeaturesResources.
Incomplete_character_escape
;