2 references to InternalShippedFileNamePrefix
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.cs (1)
28
internal const string InternalShippedFileName =
InternalShippedFileNamePrefix
+ Extension;
PublicApiFile.cs (1)
18
IsShipping = IsFile(fileName, isPublic ? DeclarePublicApiAnalyzer.PublicShippedFileNamePrefix : DeclarePublicApiAnalyzer.
InternalShippedFileNamePrefix
);