2 references to AddSyntaxTreesId
Microsoft.CodeAnalysis.Razor.Compiler (2)
SourceGenerators\RazorSourceGeneratorEventSource.cs (2)
50
[Event(
AddSyntaxTreesId
, Level = EventLevel.Informational)]
51
public void AddSyntaxTrees(string file) => WriteEvent(
AddSyntaxTreesId
, file);