2 references to GetShippedDocument
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (2)
NullableEnablePublicApiFix.cs (2)
39TextDocument? document = project.GetShippedDocument(isPublic); 94TextDocument? shippedDocument = project.GetShippedDocument(isPublic);