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