1 write to m_UnderlyingMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\MethodReference.vb (1)
19Me.m_UnderlyingMethod = underlyingMethod
16 references to m_UnderlyingMethod
Microsoft.CodeAnalysis.VisualBasic (16)
Emit\GenericMethodInstanceReference.vb (3)
29Return From arg In m_UnderlyingMethod.TypeArguments 34Debug.Assert(Not m_UnderlyingMethod.ContainingType.IsOrInGenericType()) 37m_UnderlyingMethod.OriginalDefinition,
Emit\MethodReference.vb (11)
24Return m_UnderlyingMethod 30Return m_UnderlyingMethod.IsVararg 36Return CType(m_UnderlyingMethod.Arity, UShort) 41Return m_UnderlyingMethod.IsGenericMethod 47Return CType(m_UnderlyingMethod.ParameterCount, UShort) 62Return m_UnderlyingMethod.CallingConvention 69Return moduleBeingBuilt.Translate(m_UnderlyingMethod.Parameters) 74Return m_UnderlyingMethod.ReturnTypeCustomModifiers.As(Of Cci.ICustomModifier) 80Return m_UnderlyingMethod.RefCustomModifiers.As(Of Cci.ICustomModifier) 86Return m_UnderlyingMethod.ReturnsByRef 92Dim returnType As TypeSymbol = m_UnderlyingMethod.ReturnType
Emit\SpecializedGenericMethodInstanceReference.vb (1)
36Return From arg In m_UnderlyingMethod.TypeArguments
Emit\SpecializedMethodReference.vb (1)
35Return m_UnderlyingMethod.OriginalDefinition.GetCciAdapter()