4 references to RelationshipPartUpperCaseExtension
System.IO.Packaging (4)
System\IO\Packaging\PackUriHelper.cs (4)
762
if (!NormalizedPartUriString.EndsWith(
RelationshipPartUpperCaseExtension
, StringComparison.Ordinal))
786
Debug.Assert(Path.GetExtension(segments[segments.Length - 1]) ==
RelationshipPartUpperCaseExtension
);
864
private const string RelsrelsUpperCaseExtension =
RelationshipPartUpperCaseExtension
+
RelationshipPartUpperCaseExtension
;