4 references to InternalUnshippedFileNamePrefix
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.cs (1)
32
internal const string InternalUnshippedFileName =
InternalUnshippedFileNamePrefix
+ Extension;
PublicApiFile.cs (1)
19
var isUnshippedFile = IsFile(fileName, isPublic ? DeclarePublicApiAnalyzer.PublicUnshippedFileNamePrefix : DeclarePublicApiAnalyzer.
InternalUnshippedFileNamePrefix
);
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (2)
AnnotatePublicApiAnalyzerTestsInternal.cs (1)
16
protected override string UnshippedFileNamePrefix => DeclarePublicApiAnalyzer.
InternalUnshippedFileNamePrefix
;
DeclarePublicAPIAnalyzerTestsInternal.cs (1)
19
protected override string UnshippedFileNamePrefix => DeclarePublicApiAnalyzer.
InternalUnshippedFileNamePrefix
;