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