7 references to InternalShippedFileName
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer.cs (1)
232
(true, isPublic: false) =>
InternalShippedFileName
,
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (2)
DeclarePublicApiFix.cs (1)
117
project = 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 (4)
AnnotatePublicApiAnalyzerTestsInternal.cs (1)
14
protected override string ShippedFileName => DeclarePublicApiAnalyzer.
InternalShippedFileName
;
DeclarePublicAPIAnalyzerTestsBase.cs (2)
3077
test.TestState.AdditionalFiles.Add((DeclarePublicApiAnalyzer.
InternalShippedFileName
, internalApiForAttribute));
3084
test.FixedState.AdditionalFiles.Add((DeclarePublicApiAnalyzer.
InternalShippedFileName
, internalApiForAttribute));
DeclarePublicAPIAnalyzerTestsInternal.cs (1)
17
protected override string ShippedFileName => DeclarePublicApiAnalyzer.
InternalShippedFileName
;