1 write to _testOnly_AllowLocalStateTracing
Microsoft.CodeAnalysis (1)
Emit\EmitOptions.cs (1)
273
=>
_testOnly_AllowLocalStateTracing
= true;
1 reference to _testOnly_AllowLocalStateTracing
Microsoft.CodeAnalysis (1)
Emit\EmitOptions.cs (1)
343
if (instrumentationKind == InstrumentationKindExtensions.LocalStateTracing &&
_testOnly_AllowLocalStateTracing
)