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
4 instantiations of SynthesizedMethod
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\LambdaRewriter\LambdaFrameConstructor.vb (1)
20
MyBase.
New
(syntaxNode, containingType, WellKnownMemberNames.InstanceConstructorName, False)
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
57
MyBase.
New
(lambdaNode.Syntax,
Lowering\MethodToClassRewriter\MethodToClassRewriter.MyBaseMyClassWrapper.vb (1)
172
MyBase.
New
(syntax, containingType, wrapperName, False)
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (1)
38
MyBase.
New
(syntax, stateMachineType, name, isShared:=False)
15 references to SynthesizedMethod
Microsoft.CodeAnalysis.VisualBasic (15)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (2)
54
moveNextMethod As
SynthesizedMethod
,
55
disposeMethod As
SynthesizedMethod
)
Lowering\IteratorRewriter\IteratorRewriter.vb (2)
345
Private Sub GenerateMoveNextAndDispose(moveNextMethod As
SynthesizedMethod
, disposeMethod As
SynthesizedMethod
)
Lowering\LambdaRewriter\LambdaFrame.vb (1)
38
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)
413
Friend Function OpenMethodImplementation(interfaceMethod As WellKnownMember, name As String, accessibility As Accessibility, Optional hasMethodBodyDependency As Boolean = False, Optional associatedProperty As PropertySymbol = Nothing) As
SynthesizedMethod
419
Friend Function OpenMethodImplementation(interfaceMethod As SpecialMember, name As String, accessibility As Accessibility, Optional hasMethodBodyDependency As Boolean = False, Optional associatedProperty As PropertySymbol = Nothing) As
SynthesizedMethod
425
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
435
Optional associatedProperty As PropertySymbol = Nothing) As
SynthesizedMethod
490
Friend Function OpenMoveNextMethodImplementation(interfaceMethod As WellKnownMember, accessibility As Accessibility) As
SynthesizedMethod
496
Friend Function OpenMoveNextMethodImplementation(interfaceMethod As SpecialMember, accessibility As Accessibility) As
SynthesizedMethod
502
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