4 references to WindowsEOL
Microsoft.TemplateEngine.Core (4)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (4)
98
if (currentTokenFamily is not TokenFamily.
WindowsEOL
and not TokenFamily.LegacyMacEOL and not TokenFamily.UnixEOL)
135
case TokenFamily.
WindowsEOL
:
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)