2 references to GetExtension
ReachFramework (1)
Packaging\XpsFixedPageReaderWriter.cs (1)
1862ReadOnlySpan<char> extension = Path.GetExtension(path).Slice(1);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
186return GetExtension(path.AsSpan()).ToString();