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