2 references to s_empty
rzc (2)
RazorSourceGeneratorHost.cs (2)
207
public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) =>
s_empty
;
210
=> _fileOptions.TryGetValue(textFile.Path, out var options) ? options :
s_empty
;