Lines Matching refs:pos
96 for ( Int32 pos = 0; pos < interfaces.Length; ++pos ) in getTypes()
98 Type iface = interfaces[ pos ]; in getTypes()
108 for ( Int32 pos = 0; pos < len; ++pos ) in getTypes()
109 ar[ pos ] = (Type) list[ pos ]; in getTypes()
142 for ( Int32 pos = 0; pos < len; ++pos ) in getImplementationId()
144 UInt16 c = Convert.ToUInt16( name[ pos ] ); in getImplementationId()
145 id[ 4 + (2 * pos) ] = (byte) (c & 0xff); in getImplementationId()
146 id[ 4 + (2 * pos) +1 ] = (byte) ((c >> 8) & 0xff); in getImplementationId()
163 for ( Int32 pos = 0; pos < types.Length; ++pos ) in ToString()
165 buf.Append( types[ pos ].FullName ); in ToString()
166 if (pos < (types.Length -1)) in ToString()