3 references to GetPublicApiDocument
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (3)
AnnotatePublicApiFix.cs (2)
46
TextDocument? document = project.
GetPublicApiDocument
(fileName);
161
var doc = project.
GetPublicApiDocument
(path);
PublicApiFixHelpers.cs (1)
61
=> project.
GetPublicApiDocument
(isPublic ? DeclarePublicApiAnalyzer.PublicShippedFileName : DeclarePublicApiAnalyzer.InternalShippedFileName);