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)
47return _fullName; 103return (String.CompareOrdinal(_fullName.ToUpperInvariant(), r._fullName.ToUpperInvariant()) == 0); 109return _fullName.GetHashCode(); 133return String.CompareOrdinal(_fullName.ToUpperInvariant(), r._fullName.ToUpperInvariant());