2 references to IsFile
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
PublicApiFile.cs (2)
18
IsShipping =
IsFile
(fileName, isPublic ? DeclarePublicApiAnalyzer.PublicShippedFileNamePrefix : DeclarePublicApiAnalyzer.InternalShippedFileNamePrefix);
19
var isUnshippedFile =
IsFile
(fileName, isPublic ? DeclarePublicApiAnalyzer.PublicUnshippedFileNamePrefix : DeclarePublicApiAnalyzer.InternalUnshippedFileNamePrefix);