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