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