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