1 write to m_UnderlyingMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\MethodReference.vb (1)
19
Me.
m_UnderlyingMethod
= underlyingMethod
15 references to m_UnderlyingMethod
Microsoft.CodeAnalysis.VisualBasic (15)
Emit\GenericMethodInstanceReference.vb (3)
29
Return From arg In
m_UnderlyingMethod
.TypeArguments
34
Debug.Assert(Not
m_UnderlyingMethod
.ContainingType.IsOrInGenericType())
37
m_UnderlyingMethod
.OriginalDefinition,
Emit\MethodReference.vb (10)
24
Return
m_UnderlyingMethod
30
Return
m_UnderlyingMethod
.IsVararg
36
Return CType(
m_UnderlyingMethod
.Arity, UShort)
42
Return CType(
m_UnderlyingMethod
.ParameterCount, UShort)
57
Return
m_UnderlyingMethod
.CallingConvention
64
Return moduleBeingBuilt.Translate(
m_UnderlyingMethod
.Parameters)
69
Return
m_UnderlyingMethod
.ReturnTypeCustomModifiers.As(Of Cci.ICustomModifier)
75
Return
m_UnderlyingMethod
.RefCustomModifiers.As(Of Cci.ICustomModifier)
81
Return
m_UnderlyingMethod
.ReturnsByRef
87
Dim returnType As TypeSymbol =
m_UnderlyingMethod
.ReturnType
Emit\SpecializedGenericMethodInstanceReference.vb (1)
36
Return From arg In
m_UnderlyingMethod
.TypeArguments
Emit\SpecializedMethodReference.vb (1)
35
Return
m_UnderlyingMethod
.OriginalDefinition.GetCciAdapter()