3 references to Empty
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\Options\SyntaxTreeCategorizedAnalyzerConfigOptions.cs (3)
35
return
Empty
;
46
return
Empty
;
63
public override bool IsEmpty => ReferenceEquals(this,
Empty
);