19 references to EEMethodSymbol
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (19)
Binders\ParametersAndLocalsBinder.vb (1)
17Public Sub New(containingBinder As Binder, targetMethod As EEMethodSymbol, substitutedSourceMethod As MethodSymbol)
CompilationContext.vb (14)
132<Out> ByRef synthesizedMethod As EEMethodSymbol) As CommonPEModuleBuilder 143Function(method As EEMethodSymbol, diags As DiagnosticBag, ByRef properties As ResultProperties) 179synthesizedMethod = DirectCast(synthesizedType.Methods(0), EEMethodSymbol) 255Function(method As EEMethodSymbol, diags As DiagnosticBag, ByRef properties As ResultProperties) 420generateMethodBody As GenerateMethodBody) As EEMethodSymbol 435Private Function GetLocalMethod(container As EENamedTypeSymbol, methodName As String, localName As String, localIndex As Integer) As EEMethodSymbol 441Function(method As EEMethodSymbol, diagnostics As DiagnosticBag, ByRef properties As ResultProperties) 449Private Function GetParameterMethod(container As EENamedTypeSymbol, methodName As String, parameterName As String, parameterIndex As Integer) As EEMethodSymbol 455Function(method As EEMethodSymbol, diagnostics As DiagnosticBag, ByRef properties As ResultProperties) 463Private Function GetMeMethod(container As EENamedTypeSymbol, methodName As String) As EEMethodSymbol 469Function(method As EEMethodSymbol, diagnostics As DiagnosticBag, ByRef properties As ResultProperties) 476Private Function GetTypeVariableMethod(container As EENamedTypeSymbol, methodName As String, typeVariablesType As NamedTypeSymbol) As EEMethodSymbol 482Function(method As EEMethodSymbol, diagnostics As DiagnosticBag, ByRef properties As ResultProperties) 616method As EEMethodSymbol,
EEAssemblyBuilder.vb (1)
98Dim method = TryCast(symbol, EEMethodSymbol)
EvaluationContext.vb (2)
369Dim synthesizedMethod As EEMethodSymbol = Nothing 418Dim synthesizedMethod As EEMethodSymbol = Nothing
Symbols\EEMethodSymbol.vb (1)
17method As EEMethodSymbol,