1 write to _previousGeneration
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
80_previousGeneration = previousGeneration;
8 references to _previousGeneration
Microsoft.CodeAnalysis.CSharp (8)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (8)
99public override EmitBaseline PreviousGeneration => _previousGeneration; 264Debug.Assert(_previousGeneration.AnonymousTypeMap.All(p => anonymousTypes.ContainsKey(p.Key))); 272Debug.Assert(_previousGeneration.AnonymousDelegates.All(p => anonymousDelegates.ContainsKey(p.Key))); 280Debug.Assert(_previousGeneration.AnonymousDelegatesWithIndexedNames.All(p => anonymousDelegates.ContainsKey(p.Key))); 304return _previousDefinitions.TryCreateVariableSlotAllocator(_previousGeneration, Compilation, method, topLevelMethod, diagnostics); 317return ImmutableArray.CreateRange(_previousGeneration.AnonymousTypeMap.Keys); 322return ImmutableArray.CreateRange(_previousGeneration.AnonymousDelegates.Keys); 327return _previousGeneration.GetNextAnonymousTypeIndex();