4 types derived from SynthesizedMethod
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\LambdaRewriter\LambdaFrameConstructor.vb (1)
13
Inherits
SynthesizedMethod
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
20
Inherits
SynthesizedMethod
Lowering\MethodToClassRewriter\MethodToClassRewriter.MyBaseMyClassWrapper.vb (1)
151
Inherits
SynthesizedMethod
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (1)
18
Inherits
SynthesizedMethod
15 references to SynthesizedMethod
Microsoft.CodeAnalysis.VisualBasic (15)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (2)
55
moveNextMethod As
SynthesizedMethod
,
56
disposeMethod As
SynthesizedMethod
)
Lowering\IteratorRewriter\IteratorRewriter.vb (2)
345
Private Sub GenerateMoveNextAndDispose(moveNextMethod As
SynthesizedMethod
, disposeMethod As
SynthesizedMethod
)
Lowering\LambdaRewriter\LambdaFrame.vb (1)
42
Return If(f IsNot Nothing, f.TypeMap, DirectCast(container,
SynthesizedMethod
).TypeMap)
Lowering\MethodToClassRewriter\MethodToClassRewriter.MyBaseMyClassWrapper.vb (1)
201
params(i) =
SynthesizedMethod
.WithNewContainerAndType(Me, curParam.Type.InternalSubstituteTypeParameters(Me._typeMap).Type, curParam)
Lowering\StateMachineRewriter\StateMachineRewriter.vb (7)
415
Friend Function OpenMethodImplementation(interfaceMethod As WellKnownMember, name As String, accessibility As Accessibility, Optional hasMethodBodyDependency As Boolean = False, Optional associatedProperty As PropertySymbol = Nothing) As
SynthesizedMethod
421
Friend Function OpenMethodImplementation(interfaceMethod As SpecialMember, name As String, accessibility As Accessibility, Optional hasMethodBodyDependency As Boolean = False, Optional associatedProperty As PropertySymbol = Nothing) As
SynthesizedMethod
427
Friend Function OpenMethodImplementation(interfaceType As NamedTypeSymbol, interfaceMethod As SpecialMember, name As String, accessibility As Accessibility, Optional hasMethodBodyDependency As Boolean = False, Optional associatedProperty As PropertySymbol = Nothing) As
SynthesizedMethod
437
Optional associatedProperty As PropertySymbol = Nothing) As
SynthesizedMethod
492
Friend Function OpenMoveNextMethodImplementation(interfaceMethod As WellKnownMember, accessibility As Accessibility) As
SynthesizedMethod
498
Friend Function OpenMoveNextMethodImplementation(interfaceMethod As SpecialMember, accessibility As Accessibility) As
SynthesizedMethod
504
Private Function OpenMoveNextMethodImplementation(methodToImplement As MethodSymbol, accessibility As Accessibility) As
SynthesizedMethod
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (1)
53
params(i) =
SynthesizedMethod
.WithNewContainerAndType(Me, curParam.Type, curParam)
Symbols\SynthesizedSymbols\SynthesizedMethod.vb (1)
39
Function(container) DirectCast(container,
SynthesizedMethod
).TypeMap