Lines Matching refs:array
250 cli::array< System::Object ^ > ^ args = gcnew cli::array< System::Object ^ >( 1 );
340 cli::array< System::Object ^ > ^ args = safe_cast< cli::array< System::Object ^ > ^ >(
392 retMethod, gcnew cli::array< System::Object ^ >( 0 ), 0, context, mcm);
482 … cli::array< System::Object ^ > ^ args = safe_cast< cli::array< System::Object ^ > ^ >(
484 … cli::array< System::Type ^ > ^ argTypes = safe_cast< cli::array< System::Type ^ > ^ >(
541 cli::array< System::Object ^ > ^ args =
542 safe_cast< cli::array< System::Object ^ > ^ >(
614 cli::array< System::Object ^ > ^ args,
635 … cli::array< System::Object ^ > ^ arOut= gcnew cli::array< System::Object ^ >( mtd->nParams );
698 cli::array< sr::MethodInfo ^ > ^ arThisMethods = m_type->GetMethods(); in makeMethodInfos()
700 cli::array< System::Type ^ > ^ arInheritedIfaces = m_type->GetInterfaces(); in makeMethodInfos()
704 m_arInterfaceMethodCount = gcnew cli::array< int >( m_nInheritedInterfaces + 1 ); in makeMethodInfos()
713 m_arMethodInfos = gcnew cli::array< sr::MethodInfo ^ >( numMethods ); in makeMethodInfos()
715 m_arInterfaceMethodInfos = gcnew cli::array< sr::MethodInfo ^ >( numMethods ); in makeMethodInfos()
718 m_arUnoPosToCliPos = gcnew cli::array< System::Int32 >( numMethods ); in makeMethodInfos()