1 write to m_oFile
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (1)
104m_oFile = oFile
15 references to m_oFile
Microsoft.VisualBasic.Core (15)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (15)
142m_oFile.PutDynamicArray(0, CType(vValue, System.Array), False, FixedStringLength) 146m_oFile.PutFixedArray(0, CType(vValue, System.Array), ElementType, FixedStringLength, attrFixedArray.FirstBound, attrFixedArray.SecondBound) 165m_oFile.PutStringWithLength(0, s) 177m_oFile.PutFixedLengthString(0, s, length) 180m_oFile.PutSingle(0, SingleType.FromObject(vValue)) 182m_oFile.PutDouble(0, DoubleType.FromObject(vValue)) 184m_oFile.PutShort(0, ShortType.FromObject(vValue)) 186m_oFile.PutInteger(0, IntegerType.FromObject(vValue)) 188m_oFile.PutByte(0, ByteType.FromObject(vValue)) 190m_oFile.PutLong(0, LongType.FromObject(vValue)) 192m_oFile.PutDate(0, DateType.FromObject(vValue)) 194m_oFile.PutBoolean(0, BooleanType.FromObject(vValue)) 196m_oFile.PutDecimal(0, DecimalType.FromObject(vValue)) 198m_oFile.PutChar(0, CharType.FromObject(vValue)) 203m_oFile.PutObject(vValue, 0)