7 references to LastIndexOf
mscorlib (2)
system\globalization\idnmapping.cs (1)
880int iTemp = ascii.LastIndexOf(delimiter, iNextDot - 1);
system\reflection\emit\modulebuilder.cs (1)
77i = typeName.LastIndexOf('+', i);
System (2)
net\System\Net\cookiecontainer.cs (2)
738int last = fqdnRemote.LastIndexOf('.', fqdnRemote.Length-2); 741last = fqdnRemote.LastIndexOf('.', last-1);
System.Web (1)
Util\FileUtil.cs (1)
216pos = physicalPath.LastIndexOf('\\', pos-1);
System.Web.Services (2)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (1)
464int lastSlash = currentDir.LastIndexOf('\\', currentDir.Length - 2);
System\Web\Services\Discovery\DiscoveryReference.cs (1)
78int lastSlash = url.LastIndexOf('/', url.Length - 1);