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)
122get { return _synthesizedMethods; } 125Debug.Assert(_synthesizedMethods == null); 135if (_synthesizedMethods == null) 140_synthesizedMethods.Add(new MethodWithBody(method, body, CurrentImportChain)); 184if (_synthesizedMethods != null) 186_synthesizedMethods.Free();