1 instantiation of MethodWithBody
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\TypeCompilationState.vb (1)
109_synthesizedMethods.Add(New MethodWithBody(method, body, stateMachineType, stateMachineStatesDebugInfo))
3 references to MethodWithBody
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\TypeCompilationState.vb (3)
56Private _synthesizedMethods As ArrayBuilder(Of MethodWithBody) = Nothing 95Public ReadOnly Property SynthesizedMethods As ArrayBuilder(Of MethodWithBody) 106_synthesizedMethods = ArrayBuilder(Of MethodWithBody).GetInstance()