4 references to StartString
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?");
1395
if (exprFullText.StartsWith(
StartString
, StringComparison.Ordinal))
1416
if (exprFullText.Contains(
StartString
, StringComparison.Ordinal))
1418
if (exprFullText.StartsWith(
StartString
, StringComparison.Ordinal))