1 write to _isPublic
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (1)
DeclarePublicApiFix.cs (1)
222
this.
_isPublic
= isPublic;
1 reference to _isPublic
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (1)
DeclarePublicApiFix.cs (1)
320
newSolution = AddPublicApiFiles(project, pair.Value,
_isPublic
);