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