6 references to PreviousGeneration
Microsoft.CodeAnalysis.CSharp (6)
Emitter\EditAndContinue\EmitHelpers.cs (1)
193var previousGeneration = moduleBeingBuilt.PreviousGeneration;
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (5)
235Debug.Assert(PreviousGeneration.SynthesizedTypes.IsSubsetOf(result)); 263return ImmutableArray.CreateRange(PreviousGeneration.SynthesizedTypes.AnonymousTypes.Keys); 268return ImmutableArray.CreateRange(PreviousGeneration.SynthesizedTypes.AnonymousDelegates.Keys); 272=> PreviousGeneration.GetNextAnonymousTypeIndex(); 275=> PreviousGeneration.GetNextAnonymousDelegateIndex();