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