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