2 writes to _fullName
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStorageReference.cs (2)
140_fullName = String.Empty; 151_fullName = fullName;
7 references to _fullName
WindowsBase (7)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStorageReference.cs (7)
56return _fullName; 89return (String.CompareOrdinal(_fullName.ToUpperInvariant(), r._fullName.ToUpperInvariant()) == 0); 95return _fullName.GetHashCode(); 120return String.CompareOrdinal(_fullName.ToUpperInvariant(), r._fullName.ToUpperInvariant()); 154string[] strings = ContainerUtilities.ConvertBackSlashPathToStringArrayPath(_fullName);