7 references to LastIndexOf
Client.ExpectedExceptions.IntegrationTests (1)
ExpectedExceptionTests.4.1.0.cs (1)
97string uniqueIdentifier = restartServiceAddress.Substring(restartServiceAddress.LastIndexOf("/") + 1);
ILCompiler.ReadyToRun (1)
Compiler\CallChainProfile.cs (1)
178int lastDotIndex = unresolvedNamespaceTypeAndMethodName.LastIndexOf(".");
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\ImportCompletionProvider\ExtensionMemberImportCompletionHelper.SymbolComputer.cs (2)
410fullyQualifiedContainerName.LastIndexOf(".extension<"), 411fullyQualifiedContainerName.LastIndexOf(".extension("));
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateWixBuildWixpack.cs (1)
594if (startIdx != source.LastIndexOf("$("))
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1118int index = aqn.LastIndexOf(PublicKeyToken);
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\Utils.cs (1)
1917int closingBrace = serverName.LastIndexOf("]:");