4 references to EndString
Analyzer.Utilities.UnitTests (4)
FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysisTests.cs (4)
71
$"Could not find code block to analyze. Does your test code have {StartString} and {
EndString
} around the braces of block to analyze?");
1397
if (exprFullText.Contains(
EndString
, StringComparison.Ordinal))
1399
if (exprFullText.EndsWith(
EndString
, StringComparison.Ordinal))
1414
if (exprFullText.EndsWith(
EndString
, StringComparison.Ordinal))