4 references to EndLine
System.Activities (4)
System\Activities\Debugger\CharacterSpottingTextReader.cs (4)
166
case
EndLine
:
186
if (nextChar ==
EndLine
)
192
if (lastCharacterRead ==
EndLine
|| lastCharacterRead == CarriageReturn)
199
return
EndLine
;