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