3 writes to _fullName
WindowsBase (3)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStreamReference.cs (3)
78
_fullName
= streamName;
85
_fullName
= sb.ToString();
159
_fullName
= fullName;
6 references to _fullName
WindowsBase (6)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStreamReference.cs (6)
47
return
_fullName
;
103
return (String.CompareOrdinal(
_fullName
.ToUpperInvariant(), r.
_fullName
.ToUpperInvariant()) == 0);
109
return
_fullName
.GetHashCode();
133
return String.CompareOrdinal(
_fullName
.ToUpperInvariant(), r.
_fullName
.ToUpperInvariant());