6 references to PreviousGeneration
Microsoft.CodeAnalysis.CSharp (6)
Emitter\EditAndContinue\EmitHelpers.cs (1)
191var previousGeneration = moduleBeingBuilt.PreviousGeneration;
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (5)
231Debug.Assert(PreviousGeneration.SynthesizedTypes.IsSubsetOf(result)); 259return ImmutableArray.CreateRange(PreviousGeneration.SynthesizedTypes.AnonymousTypes.Keys); 264return ImmutableArray.CreateRange(PreviousGeneration.SynthesizedTypes.AnonymousDelegates.Keys); 268=> PreviousGeneration.GetNextAnonymousTypeIndex(); 271=> PreviousGeneration.GetNextAnonymousDelegateIndex();