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)
419
Debug.Assert(synthesizedTypes.AnonymousTypes.Count >=
_synthesizedTypes
.AnonymousTypes.Count);
420
Debug.Assert(synthesizedTypes.AnonymousDelegates.Count >=
_synthesizedTypes
.AnonymousDelegates.Count);
421
Debug.Assert(synthesizedTypes.AnonymousDelegatesWithIndexedNames.Count >=
_synthesizedTypes
.AnonymousDelegatesWithIndexedNames.Count);
466
return
_synthesizedTypes
;