3 references to ApiNamesOfSiblingsToRemovePropertyBagValueSeparator
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer.Impl.cs (1)
578
return string.Join(
ApiNamesOfSiblingsToRemovePropertyBagValueSeparator
, publicApiLinesForSiblingsOfSymbol);
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (2)
DeclarePublicApiFix.cs (2)
52
.Split(DeclarePublicApiAnalyzer.
ApiNamesOfSiblingsToRemovePropertyBagValueSeparator
.ToCharArray())
295
var namesToRemove = siblingNamesToRemove.Split(DeclarePublicApiAnalyzer.
ApiNamesOfSiblingsToRemovePropertyBagValueSeparator
.ToCharArray());