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