1 write to m_UnderlyingMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\MethodReference.vb (1)
19
Me.
m_UnderlyingMethod
= underlyingMethod
16 references to m_UnderlyingMethod
Microsoft.CodeAnalysis.VisualBasic (16)
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 (11)
24
Return
m_UnderlyingMethod
30
Return
m_UnderlyingMethod
.IsVararg
36
Return CType(
m_UnderlyingMethod
.Arity, UShort)
41
Return
m_UnderlyingMethod
.IsGenericMethod
47
Return CType(
m_UnderlyingMethod
.ParameterCount, UShort)
62
Return
m_UnderlyingMethod
.CallingConvention
69
Return moduleBeingBuilt.Translate(
m_UnderlyingMethod
.Parameters)
74
Return
m_UnderlyingMethod
.ReturnTypeCustomModifiers.As(Of Cci.ICustomModifier)
80
Return
m_UnderlyingMethod
.RefCustomModifiers.As(Of Cci.ICustomModifier)
86
Return
m_UnderlyingMethod
.ReturnsByRef
92
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()