4 references to UnixEOL
Microsoft.TemplateEngine.Core (4)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (4)
98
if (currentTokenFamily is not TokenFamily.WindowsEOL and not TokenFamily.LegacyMacEOL and not TokenFamily.
UnixEOL
)
136
case TokenFamily.
UnixEOL
:
139
if (thisFamily is TokenFamily.WindowsEOL or TokenFamily.
UnixEOL
or TokenFamily.LegacyMacEOL)
222
if (currentTokenFamily is not TokenFamily.WindowsEOL and not TokenFamily.LegacyMacEOL and not TokenFamily.
UnixEOL
)