19 references to EEMethodSymbol
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (19)
Binders\ParametersAndLocalsBinder.vb (1)
16Public Sub New(containingBinder As Binder, targetMethod As EEMethodSymbol, substitutedSourceMethod As MethodSymbol)
CompilationContext.vb (14)
131<Out> ByRef synthesizedMethod As EEMethodSymbol) As CommonPEModuleBuilder 142Function(method As EEMethodSymbol, diags As DiagnosticBag, ByRef properties As ResultProperties) 178synthesizedMethod = DirectCast(synthesizedType.Methods(0), EEMethodSymbol) 254Function(method As EEMethodSymbol, diags As DiagnosticBag, ByRef properties As ResultProperties) 419generateMethodBody As GenerateMethodBody) As EEMethodSymbol 434Private Function GetLocalMethod(container As EENamedTypeSymbol, methodName As String, localName As String, localIndex As Integer) As EEMethodSymbol 440Function(method As EEMethodSymbol, diagnostics As DiagnosticBag, ByRef properties As ResultProperties) 448Private Function GetParameterMethod(container As EENamedTypeSymbol, methodName As String, parameterName As String, parameterIndex As Integer) As EEMethodSymbol 454Function(method As EEMethodSymbol, diagnostics As DiagnosticBag, ByRef properties As ResultProperties) 462Private Function GetMeMethod(container As EENamedTypeSymbol, methodName As String) As EEMethodSymbol 468Function(method As EEMethodSymbol, diagnostics As DiagnosticBag, ByRef properties As ResultProperties) 475Private Function GetTypeVariableMethod(container As EENamedTypeSymbol, methodName As String, typeVariablesType As NamedTypeSymbol) As EEMethodSymbol 481Function(method As EEMethodSymbol, diagnostics As DiagnosticBag, ByRef properties As ResultProperties) 615method As EEMethodSymbol,
EEAssemblyBuilder.vb (1)
103Dim method = TryCast(symbol, EEMethodSymbol)
EvaluationContext.vb (2)
368Dim synthesizedMethod As EEMethodSymbol = Nothing 417Dim synthesizedMethod As EEMethodSymbol = Nothing
Symbols\EEMethodSymbol.vb (1)
17method As EEMethodSymbol,