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