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