3 writes to _synthesizedMethods
Microsoft.CodeAnalysis.CSharp (3)
Compiler\TypeCompilationState.cs (3)
126
_synthesizedMethods
= value;
137
_synthesizedMethods
= ArrayBuilder<MethodWithBody>.GetInstance();
187
_synthesizedMethods
= null;
6 references to _synthesizedMethods
Microsoft.CodeAnalysis.CSharp (6)
Compiler\TypeCompilationState.cs (6)
122
get { return
_synthesizedMethods
; }
125
Debug.Assert(
_synthesizedMethods
== null);
135
if (
_synthesizedMethods
== null)
140
_synthesizedMethods
.Add(new MethodWithBody(method, body, CurrentImportChain));
184
if (
_synthesizedMethods
!= null)
186
_synthesizedMethods
.Free();