2 writes to _synthesizedMethods
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\TypeCompilationState.vb (2)
106_synthesizedMethods = ArrayBuilder(Of MethodWithBody).GetInstance() 134Me._synthesizedMethods = Nothing
6 references to _synthesizedMethods
Microsoft.CodeAnalysis.VisualBasic (6)
Compilation\TypeCompilationState.vb (6)
90Return _synthesizedMethods IsNot Nothing 97Return _synthesizedMethods 105If _synthesizedMethods Is Nothing Then 109_synthesizedMethods.Add(New MethodWithBody(method, body, stateMachineType, stateMachineStatesDebugInfo)) 132If Me._synthesizedMethods IsNot Nothing Then 133Me._synthesizedMethods.Free()