2 references to TryGetEditorConfigOption
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.cs (2)
325
&&
TryGetEditorConfigOption
(analyzerOptions, tree, BailOnMissingPublicApiFilesEditorConfigOptionName, out string value)
332
if (!
TryGetEditorConfigOption
(analyzerOptions, tree, NamespaceToIgnoreInTrackingEditorConfigOptionName, out var namespacesString) || string.IsNullOrWhiteSpace(namespacesString))