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