2 writes to _synthesizedMethods
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\TypeCompilationState.vb (2)
105_synthesizedMethods = ArrayBuilder(Of MethodWithBody).GetInstance() 133Me._synthesizedMethods = Nothing
6 references to _synthesizedMethods
Microsoft.CodeAnalysis.VisualBasic (6)
Compilation\TypeCompilationState.vb (6)
89Return _synthesizedMethods IsNot Nothing 96Return _synthesizedMethods 104If _synthesizedMethods Is Nothing Then 108_synthesizedMethods.Add(New MethodWithBody(method, body, stateMachineType, stateMachineStatesDebugInfo)) 131If Me._synthesizedMethods IsNot Nothing Then 132Me._synthesizedMethods.Free()