2 references to LastIndexOf
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\StringParsingHelpers.Addresses.cs (2)
140
int labelLineStart = fileContents.
LastIndexOf
(Environment.NewLine, labelIndex, StringComparison.Ordinal);
157
labelLineStart = fileContents.
LastIndexOf
(Environment.NewLine, labelIndex, StringComparison.Ordinal);