2 references to RegularFile
Microsoft.DotNet.Build.Tasks.Installers (1)
src\RpmBuilder.cs (1)
254if ((file.Mode & CpioEntry.FileKindMask) == CpioEntry.RegularFile)
Microsoft.DotNet.SignCheckLibrary (1)
Verification\RpmVerifier.cs (1)
34if ((entry.Mode & CpioEntry.FileKindMask) != CpioEntry.RegularFile)