Implemented interface member:
property
IsEmpty
Analyzer.Utilities.ICategorizedAnalyzerConfigOptions.IsEmpty
1 override of IsEmpty
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\Options\SyntaxTreeCategorizedAnalyzerConfigOptions.cs (1)
62public override bool IsEmpty => ReferenceEquals(this, Empty);
1 reference to IsEmpty
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
69if (this.IsEmpty)