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