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