2 writes to EmitDebugInformation
Microsoft.CodeAnalysis.Scripting (2)
ScriptOptions.cs (2)
171EmitDebugInformation = emitDebugInformation; 358=> emitDebugInformation == EmitDebugInformation ? this : new ScriptOptions(this) { EmitDebugInformation = emitDebugInformation };
3 references to EmitDebugInformation
Microsoft.CodeAnalysis.Scripting (3)
Script.cs (1)
391Interlocked.CompareExchange(ref _lazyExecutor, Builder.CreateExecutor<T>(Compiler, GetCompilation(), Options.EmitDebugInformation, cancellationToken), null);
ScriptOptions.cs (2)
187emitDebugInformation: other.EmitDebugInformation, 358=> emitDebugInformation == EmitDebugInformation ? this : new ScriptOptions(this) { EmitDebugInformation = emitDebugInformation };