1 write to _synthesizedTypes
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EmitBaseline.cs (1)
378_synthesizedTypes = synthesizedTypes;
4 references to _synthesizedTypes
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\EmitBaseline.cs (4)
419Debug.Assert(synthesizedTypes.AnonymousTypes.Count >= _synthesizedTypes.AnonymousTypes.Count); 420Debug.Assert(synthesizedTypes.AnonymousDelegates.Count >= _synthesizedTypes.AnonymousDelegates.Count); 421Debug.Assert(synthesizedTypes.AnonymousDelegatesWithIndexedNames.Count >= _synthesizedTypes.AnonymousDelegatesWithIndexedNames.Count); 466return _synthesizedTypes;