2 references to LastIndexOf
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\StringType.vb (1)
665Count = ci.LastIndexOf(Source, TruncatedPattern, Options)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (1)
1131return LastIndexOf(source, value, CompareOptions.None);