1 write to RegisterSyntaxTreeActionInvoked
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
4504
context.RegisterSyntaxTreeAction(context => { AssertSame(context.Options);
RegisterSyntaxTreeActionInvoked
= true; });
1 reference to RegisterSyntaxTreeActionInvoked
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
4554
Assert.True(
RegisterSyntaxTreeActionInvoked
);