2 writes to SubstitutedSourceMethod
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (2)
Symbols\EEMethodSymbol.vb (2)
96Me.SubstitutedSourceMethod = sourceMethod.AsMember(substitutedSourceType) 98Me.SubstitutedSourceMethod = Me.SubstitutedSourceMethod.Construct(_typeParameters.As(Of TypeSymbol)())
7 references to SubstitutedSourceMethod
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (7)
CompilationContext.vb (1)
622Dim substitutedSourceMethod = GetSubstitutedSourceMethod(method.SubstitutedSourceMethod, hasDisplayClassMe)
Symbols\EEMethodSymbol.vb (6)
98Me.SubstitutedSourceMethod = Me.SubstitutedSourceMethod.Construct(_typeParameters.As(Of TypeSymbol)()) 100TypeParameterChecker.Check(Me.SubstitutedSourceMethod, _allTypeParameters) 105Dim substitutedSourceMeParameter = Me.SubstitutedSourceMethod.MeParameter 109Debug.Assert(TypeSymbol.Equals(_meParameter.Type, Me.SubstitutedSourceMethod.ContainingType, TypeCompareKind.ConsiderEverything)) 114For Each substitutedSourceParameter In Me.SubstitutedSourceMethod.Parameters 569If(Me.SubstitutedSourceMethod.IsShared, Nothing, Me.Parameters(0)),