5 references to InternalShippedFileName
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer.cs (1)
233(true, isPublic: false) => InternalShippedFileName,
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (2)
DeclarePublicApiFix.cs (1)
117project = AddAdditionalDocument(project, isPublic ? DeclarePublicApiAnalyzer.PublicShippedFileName : DeclarePublicApiAnalyzer.InternalShippedFileName, SourceText.From(string.Empty));
PublicApiFixHelpers.cs (1)
68=> project.GetPublicApiDocument(isPublic ? DeclarePublicApiAnalyzer.PublicShippedFileName : DeclarePublicApiAnalyzer.InternalShippedFileName);
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (2)
AnnotatePublicApiAnalyzerTestsInternal.cs (1)
14protected override string ShippedFileName => DeclarePublicApiAnalyzer.InternalShippedFileName;
DeclarePublicAPIAnalyzerTestsInternal.cs (1)
17protected override string ShippedFileName => DeclarePublicApiAnalyzer.InternalShippedFileName;