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)
56
return
_fullName
;
89
return (String.CompareOrdinal(
_fullName
.ToUpperInvariant(), r.
_fullName
.ToUpperInvariant()) == 0);
95
return
_fullName
.GetHashCode();
120
return String.CompareOrdinal(
_fullName
.ToUpperInvariant(), r.
_fullName
.ToUpperInvariant());
154
string[] strings = ContainerUtilities.ConvertBackSlashPathToStringArrayPath(
_fullName
);