9 references to EnableEditAndContinue
Microsoft.CodeAnalysis (2)
NativePdbWriter\PdbWriter.cs (1)
90bool emitEncInfo = compilationOptions.EnableEditAndContinue && _metadataWriter.IsFullMetadata && !suppressNewCustomDebugInfo;
PEWriter\MetadataWriter.PortablePdb.cs (1)
158if (Context.Module.CommonCompilation.Options.EnableEditAndContinue && IsFullMetadata)
Microsoft.CodeAnalysis.CSharp (4)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
502if (F.Compilation.Options.EnableEditAndContinue)
Lowering\AsyncRewriter\AsyncRewriter.cs (1)
74var typeKind = (compilationState.Compilation.Options.EnableEditAndContinue || method.IsIterator) ? TypeKind.Class : TypeKind.Struct;
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.cs (1)
175if (!factory.Compilation.Options.EnableEditAndContinue)
Symbols\Compilation_WellKnownMembers.cs (1)
754if (_options.EnableEditAndContinue)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
CodeGen\CodeGenAsyncTests.cs (3)
66Assert.False(options.EnableEditAndContinue); 75Assert.False(options.EnableEditAndContinue); 84Assert.True(options.EnableEditAndContinue);