235 references to LastIndexOf
mscorlib (12)
system\__filters.cs (2)
122name = name.Substring(name.LastIndexOf('+') + 1); 147name = name.Substring(name.LastIndexOf('+') + 1);
system\appdomain.cs (1)
4701int i = imageLocation.LastIndexOf('\\');
system\diagnostics\eventing\eventsource.cs (1)
3423if (method.Name.LastIndexOf('.') >= 0)
system\io\path.cs (1)
1028if ((i=path.LastIndexOf('.')) == -1)
system\reflection\assembly.cs (2)
3073useLoadFile ? location.LastIndexOf('\\') + 1 : codeBase.LastIndexOf('/') + 1,
system\reflection\emit\typebuilder.cs (1)
667int iLast = fullname.LastIndexOf('.');
system\reflection\module.cs (1)
1201int i = s.LastIndexOf('\\');
system\runtime\interopservices\tceadaptergen\namespaceextractor.cs (1)
15int TypeNameStartPos = FullyQualifiedTypeName.LastIndexOf(NameSpaceSeperator);
system\runtime\remoting\remotingservices.cs (1)
1144int index = fullUri.LastIndexOf('/');
system\security\permissiontoken.cs (1)
118index = className.LastIndexOf(']');
PresentationBuildTasks (21)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
973if (colonIndex <= 0 || colonIndex >= length - 1 || colonIndex != pair.LastIndexOf(':'))
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
870int separatorIndex = uid.LastIndexOf(UidSeparator); 895int index = typeFullName.LastIndexOf('.');
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2450int dotIndex = baseClassFullName.LastIndexOf(DOTCHAR);
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (3)
207int lastIndex = xamlUnknownTagStartNode.Value.LastIndexOf(MarkupCompiler.DOTCHAR); 231int lastIndex = xamlUnknownTagEndNode.LocalName.LastIndexOf(MarkupCompiler.DOTCHAR); 267int lastIndex = localAttribName.LastIndexOf(MarkupCompiler.DOTCHAR);
Framework\System\Windows\Markup\StyleXamlParser.cs (3)
161int lastIndex = xamlUnknownTagStartNode.Value.LastIndexOf('.'); 278int lastIndex = localAttribName.LastIndexOf('.'); 396int dotIndex = member.LastIndexOf('.');
Framework\System\Windows\Markup\TemplateXamlParser.cs (3)
175int lastIndex = xamlUnknownTagStartNode.Value.LastIndexOf('.'); 314int lastIndex = localAttribName.LastIndexOf('.'); 444int dotIndex = member.LastIndexOf('.');
Framework\System\Windows\Markup\XamlReaderHelper.cs (5)
1100int dotIndex = propertyName.LastIndexOf('.'); 1573_childTag.Substring(_childTag.LastIndexOf('.') + 1); 1673int idx = longName.LastIndexOf('.'); 3602if (localName.LastIndexOf('.') != -1) 4490if (localName.LastIndexOf('.') != -1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
1034int lastIndex = localName.LastIndexOf('.'); 2353typeIndex = typeName.LastIndexOf('.'); 3542int charIndex = _assemblyNames[k].LastIndexOf('\\');
PresentationCore (10)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (3)
541indexOfSpace = familyName.LastIndexOf(' '); 666int indexOfSpace = faceName.LastIndexOf(' '); 676indexOfSpace = faceName.LastIndexOf(' ');
Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs (1)
118int indexOfLastSlash = resourceFullName.LastIndexOf('/');
Core\CSharp\System\Windows\Input\Command\KeyGestureConverter.cs (1)
113index = fullName.LastIndexOf(MODIFIERS_DELIMITER);
Core\CSharp\System\Windows\Input\Command\MouseGestureConverter.cs (1)
73int Offset = fullName.LastIndexOf(MODIFIERS_DELIMITER);
Core\CSharp\System\Windows\Input\InputScopeConverter.cs (2)
116if (-1 != stringSource.LastIndexOf('.')) 117stringSource = stringSource.Substring(stringSource.LastIndexOf('.')+1);
Core\CSharp\System\Windows\Input\InputScopeNameConverter.cs (2)
103if (-1 != stringSource.LastIndexOf('.')) 104stringSource = stringSource.Substring(stringSource.LastIndexOf('.')+1);
PresentationFramework (17)
src\Framework\Microsoft\Win32\FileDialog.cs (1)
1845int i = ext.LastIndexOf('.');
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
138int lastBracketIndex = s.LastIndexOf('[');
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (4)
98_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')), 124_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')), 207_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')), 275_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
801int lastDot = fullTypeName.LastIndexOf('.');
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
582int index = elementTypeStandardized.Module.Name.LastIndexOf('.');
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4634int periodIndex = _typeFullName.LastIndexOf('.');
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (2)
156int lastIndex = value.LastIndexOf('.'); 168int lastIndex = value.LastIndexOf(':');
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
1034int lastIndex = localName.LastIndexOf('.'); 1735int lastIndex = localName.LastIndexOf('.'); 1864int lastIndex = localName.LastIndexOf('.'); 2353typeIndex = typeName.LastIndexOf('.'); 3542int charIndex = _assemblyNames[k].LastIndexOf('\\');
src\Framework\System\Windows\PropertyPath.cs (1)
579int lastIndex = name.LastIndexOf('.');
System (15)
net\System\Net\_AuthenticationManagerBase.cs (1)
232int lastFwdSlash = completeUri.LastIndexOf('/');
net\System\Net\_Connection.cs (1)
2202index = contentLengthString.LastIndexOf(',');
net\System\Net\_FtpControlStream.cs (4)
782int index = path.LastIndexOf('/'); 788index = path.LastIndexOf('/'); 944int end = str.LastIndexOf('('); 1034int lastQuote = str.LastIndexOf('"');
net\System\Net\cookie.cs (2)
505m_path = path.Substring(0, path.LastIndexOf('/')); //may be empty 510m_path = path.Substring(0, path.LastIndexOf('/')+1);
net\System\Net\CredentialCache.cs (2)
522int prefixLen = prefixUri.AbsolutePath.LastIndexOf('/'); 523if (prefixLen > uri.AbsolutePath.LastIndexOf('/'))
net\System\Net\HttpWebRequest.cs (2)
2484_HostHasPort = value.LastIndexOf(':') > endOfIPv6Address; 4747int i = s.LastIndexOf('%');
security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
139int colonIndex = hostAndPort.LastIndexOf(':'); // Allow IPv6 addresses
services\monitoring\system\diagnosticts\EventLog.cs (2)
724int index = keyname.LastIndexOf('\\'); 1140int whackPos = name.LastIndexOf('\\');
System.Activities (3)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (1)
495int nameStartIndex = xClassName.LastIndexOf('.');
System\Activities\XamlIntegration\ActivityXamlServices.cs (1)
380int lastIndexOfDot = dynamicActivity.Name.LastIndexOf('.');
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
442int nameStartIndex = fullName.LastIndexOf('.');
System.Activities.Presentation (2)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateIdManager.cs (1)
16int separatorLocation = id.LastIndexOf('_');
System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (1)
217int indexOfDot = name.LastIndexOf('.');
System.AddIn (1)
System\Addin\Hosting\AddInStore.cs (1)
1265int i = fullTypeName.LastIndexOf('.');
System.Configuration (4)
parent\misc\ConfigPathUtility.cs (1)
105int index = configPath.LastIndexOf('/');
System\Configuration\BaseConfigurationRecord.cs (1)
2719int lastSlash = configKey.LastIndexOf('/');
System\Configuration\ClientConfigurationHost.cs (1)
298int index = streamName.LastIndexOf('/');
System\Configuration\XmlUtil.cs (1)
932int iEndElement = formattedElement.LastIndexOf('\n') + 1;
System.Data (5)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateIdManager.cs (1)
16int separatorLocation = id.LastIndexOf('_');
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (1)
217int indexOfDot = name.LastIndexOf('.');
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
2547int i = dataSource.LastIndexOf(','); 2554i = dataSource.LastIndexOf('\\');
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
2639int semicolon = sproc.LastIndexOf(';');
System.Data.Entity (13)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (4)
696Debug.Assert(-1 != literal.LastIndexOf('\''), "quoted literal value must have single quotes"); 697Debug.Assert(literal.IndexOf('\'') != literal.LastIndexOf('\''), "quoted literal value must have 2 single quotes"); 703if ((literal.Split(new char[] { '\'' }).Length != 3) || (-1 == literal.IndexOf('\'')) || (-1 == literal.LastIndexOf('\''))) 713Debug.Assert(literalPayload.LastIndexOf('\'') == -1, "quoted literal payload must not have single quotes");
System\Data\EntityModel\SchemaObjectModel\Utils.cs (3)
61int lastDot = qualifiedTypeName.LastIndexOf('.'); 75int lastDot = qualifiedTypeName.LastIndexOf('.'); 83int lastDot = qualifiedTypeName.LastIndexOf('.');
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
494int extentNameIndex = extentFullName.LastIndexOf('.'); 499string extentName = extentFullName.Substring(extentFullName.LastIndexOf('.') + 1);
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3520int aliasIndex = aliasedString.LastIndexOf('.');
System\Data\Metadata\EdmSchemaError.cs (2)
242int pos = Math.Max(schemaLocation.LastIndexOf('/'), schemaLocation.LastIndexOf('\\'));
System\Data\Metadata\MetadataArtifactLoader.cs (1)
370int pos = resource.LastIndexOf('.');
System.Data.Entity.Design (5)
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
221int pos = name.LastIndexOf(':');
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (1)
834int lastSpaceIndex = word.LastIndexOf(' ');
System\Data\EntityModel\Emitters\CommentEmitter.cs (1)
193int last = text.LastIndexOf('\n');
System\Data\EntityModel\Emitters\FixUpCollection.cs (2)
401name = line.Substring(line.LastIndexOf(' ') + 1); 411name = line.Substring(line.LastIndexOf(' ') + 1);
System.Data.Linq (1)
SqlClient\Query\SqlIdentifier.cs (1)
69int splitPosition = s.LastIndexOf(SchemaSeparatorChar);
System.Data.Services (3)
parent\Client\System\Data\Services\Client\BatchStream.cs (1)
1360int index2 = (this.batchRequest ? line.LastIndexOf(' ') : line.IndexOf(' ', index1 + 1));
System\Data\Services\Providers\ObjectContextServiceProvider.cs (2)
1672int indexOfLastPeriod = qualifiedEntitySetName.LastIndexOf('.'); 2295int index = qualifiedEntitySetName.LastIndexOf('.');
System.Data.Services.Client (2)
System\Data\Services\Client\BatchStream.cs (1)
1360int index2 = (this.batchRequest ? line.LastIndexOf(' ') : line.IndexOf(' ', index1 + 1));
System\Data\Services\Client\ClientType.cs (1)
477int index = wireName.LastIndexOf('.');
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\CommentEmitter.cs (1)
188int last = text.LastIndexOf('\n');
System\Data\EntityModel\Emitters\FixUpCollection.cs (2)
397name = line.Substring(line.LastIndexOf(' ') + 1); 407name = line.Substring(line.LastIndexOf(' ') + 1);
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
444idx = name.LastIndexOf('}');
System\Xml\Xsl\Xslt\Scripts.cs (1)
374if ((idx = fileName.LastIndexOf('.')) >= 0)
System.Drawing (2)
commonui\System\Drawing\ToolboxBitmapAttribute.cs (1)
420int indexDot = name.LastIndexOf('.');
misc\DbgUtil.cs (1)
340int backSlashIndex = fileName == null ? -1 : fileName.LastIndexOf( '\\' );
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAttribute.cs (1)
68int lastSlashIndex = claim.ClaimType.LastIndexOf('/');
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
670int lastSlashIndex = claim.Type.LastIndexOf('/'); 1266int lastSlashIndex = attr.Namespace.LastIndexOf('/');
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
3352int lastIndex = realPath.LastIndexOf('\\');
System.Runtime.Remoting (5)
channels\http\httpremotinghandler.cs (1)
245int index = requestUri.LastIndexOf('?');
metadata\sdlchannelsink.cs (1)
194int index = requestURI.LastIndexOf('?');
metadata\wsdlparser.cs (2)
3945int index = name.LastIndexOf('.'); 5531index = name.LastIndexOf('.');
metadata\wsdlwriter.cs (1)
167int index = refName.LastIndexOf('.');
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (2)
472int nestedTypeIndex = originalName.LastIndexOf('.'); 1128int nestedTypeIndex = dataContractName.LastIndexOf('.');
System\Runtime\Serialization\DataContract.cs (1)
1850int nsEnd = fullTypeName.LastIndexOf('.');
System.ServiceModel (5)
System\ServiceModel\Channels\BindingContext.cs (1)
170builder.Append(typeString.Substring(typeString.LastIndexOf('.') + 1));
System\ServiceModel\Channels\ChannelRequirements.cs (2)
279contractChannelTypes.Append(typeString.Substring(typeString.LastIndexOf('.') + 1)); 323bindingChannelTypes.Append(typeString.Substring(typeString.LastIndexOf('.') + 1));
System\ServiceModel\Channels\PipeConnection.cs (1)
2873return path.Substring(0, path.LastIndexOf('/') + 1);
System\ServiceModel\FaultReason.cs (1)
100int idx = localLang.LastIndexOf('-');
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\MetabaseSettings.cs (2)
622int index = endAboPath.LastIndexOf(IISConstants.AboPathDelimiter); 678int index = endAboPath.LastIndexOf(IISConstants.AboPathDelimiter);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
1229string pathSegment = normalizedVirtualPath.Substring(0, normalizedVirtualPath.LastIndexOf(PathSeparator) + 1); 1281currentVirtualPath = virtualPath.Substring(0, virtualPath.LastIndexOf(PathSeparator));
System.Web (30)
Compilation\BuildManager.cs (1)
2257int slashIndex = virtualPathString.LastIndexOf('/');
Compilation\BuildResultCache.cs (2)
846int periodIndex = fileData.Name.LastIndexOf('.'); 850int secondPeriodIndex = baseName.LastIndexOf('.');
Configuration\HttpRuntimeSection.cs (1)
791int i = version.LastIndexOf('.');
Configuration\TrustLevel.cs (2)
87String strDir = filename.Substring(0, filename.LastIndexOf('\\') + 1); 117String strDir = filename.Substring(0, filename.LastIndexOf('\\') + 1);
Configuration\UserMapPath.cs (1)
110int index = matchPath.LastIndexOf('/');
HttpApplication.cs (1)
1294int index = vpath.LastIndexOf('/');
HttpRuntime.cs (1)
2844string clientScriptVirtualPath = AspNetClientFilesParentVirtualPath + aspNetVersion.Substring(0, aspNetVersion.LastIndexOf('.')).Replace('.', '_');
Management\WebEvents.cs (1)
1843lastIndex = _processName.LastIndexOf('\\');
parent\parent\parent\misc\ConfigPathUtility.cs (1)
125int lastSlash = configPath.LastIndexOf(SeparatorChar);
UI\HtmlControls\HtmlInputRadioButton.cs (1)
125int lastColon = uid.LastIndexOf(IdSeparator);
UI\HtmlForm.cs (1)
287int iPos = action.LastIndexOf('/');
UI\Page.cs (1)
6278int slash = s.LastIndexOf('/');
UI\TemplateParser.cs (1)
950int lastGTIndex = text.LastIndexOf('>');
UI\Util.cs (4)
332string version = VersionInfo.SystemWebVersion.Substring(0, VersionInfo.SystemWebVersion.LastIndexOf('.')).Replace('.', '_'); 1168int dotIndex = fileNameNoExt.LastIndexOf('.'); 1196int commaIndex = typeName.LastIndexOf(','); 1206int rightBracketIndex = typeName.LastIndexOf(']');
UI\WebControls\CheckBoxList.cs (1)
357int underscoreIndex = strIndex.LastIndexOf('_');
UI\WebControls\RadioButton.cs (1)
69int lastColon = uid.LastIndexOf(IdSeparator);
UI\WebControls\TreeView.cs (1)
3271startIndex = valuePath.LastIndexOf(InternalPathSeparator);
Util\FileUtil.cs (1)
200int pos = physicalPath.LastIndexOf('\\');
Util\Misc.cs (1)
160int pos = ver.LastIndexOf('.');
Util\UrlPath.cs (3)
107int slashIndex = path.LastIndexOf('/'); 171int lastSlashIndex = basepath.LastIndexOf('/'); 439if ((i=virtualPath.LastIndexOf('.')) == -1)
Util\versioninfo.cs (2)
141int i = s.LastIndexOf('\\'); 146i = s.LastIndexOf('.');
VirtualPath.cs (1)
402int index = virtualPath.LastIndexOf('/');
System.Web.DataVisualization (3)
Common\General\Chart.cs (1)
3587 int slashIndex = webFormUrl.LastIndexOf('/');
Common\Utilities\XmlSerializer.cs (1)
733 return name.Substring(name.LastIndexOf('.') + 1);
WebForm\ChartWebControl.cs (1)
436int pointIndex = _currentChartImageLocation.LastIndexOf('.');
System.Web.Extensions (3)
Script\Services\WebServiceData.cs (1)
58int slashIndex = appRelativePath.LastIndexOf('/');
UI\ScriptBehaviorDescriptor.cs (1)
61int index = type.LastIndexOf('.');
UI\ScriptResourceAttribute.cs (1)
223int lastDot = typeName.LastIndexOf('.');
System.Web.Mobile (4)
Mobile\UrlPath.cs (1)
60string dir = path.Substring(0, path.LastIndexOf('/'));
UI\MobileControls\Adapters\ChtmlPageAdapter.cs (1)
306index = name.LastIndexOf(
UI\MobileControls\MobilePage.cs (2)
460int slash = path.LastIndexOf('/'); 501int slash = s.LastIndexOf('/');
System.Web.Services (4)
System\Web\Services\Description\WebCodeGenerator.cs (1)
74int dot = name.LastIndexOf('.');
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (1)
266int dotIndex = response.ResponseUri.AbsolutePath.LastIndexOf('.');
System\Web\Services\Discovery\DiscoveryRequestHandler.cs (2)
128int lastSlash = str.LastIndexOf('/'); 135int lastSlash = str.LastIndexOf('/');
System.Windows.Forms (5)
misc\DbgUtil.cs (1)
340int backSlashIndex = fileName == null ? -1 : fileName.LastIndexOf( '\\' );
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (2)
95int comma = attrName.LastIndexOf(','); 103int lastDot = attrName.LastIndexOf('.');
winforms\Managed\System\WinForms\FileDialog.cs (1)
381int i = this.supportMultiDottedExtensions ? ext.IndexOf('.') : ext.LastIndexOf('.');
winforms\Managed\System\WinForms\TrustManager.cs (1)
712separatorIndex = host.LastIndexOf('\\');
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (1)
3587 int slashIndex = webFormUrl.LastIndexOf('/');
Common\Utilities\XmlSerializer.cs (1)
733 return name.Substring(name.LastIndexOf('.') + 1);
System.Workflow.Activities (11)
Common\CompModHelpers.cs (6)
459int indexOfDot = inputName.LastIndexOf('.'); 480int indexOfDot = fullQualifiedName.LastIndexOf('.'); 527int indexOfDot = fullQualifiedName.LastIndexOf('.'); 958if (methodName.LastIndexOf('.') > 0) 960interfaceName = methodName.Substring(0, methodName.LastIndexOf('.')); 961method = methodName.Substring(methodName.LastIndexOf('.') + 1);
Designers\StateDesigner.cs (1)
2759int index = path.LastIndexOf('.');
Rules\Parser\Symbol.cs (1)
183int tickIx = type.Name.LastIndexOf('`');
WebServiceReceive.cs (3)
699namespaceName = rootActivity.GetType().FullName.Substring(0, rootActivity.GetType().FullName.LastIndexOf('.')); 716String webServiceTypeName = className.Substring(className.LastIndexOf('.') + 1) + "_WebService"; 729webServiceClass = this.GetWebserviceCodeTypeDeclaration(className.Substring(className.LastIndexOf('.') + 1));
System.Workflow.ComponentModel (17)
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (1)
185int valueSep = enumValue.LastIndexOf('.');
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
608int position = Name.LastIndexOf('['); 691while (((indexOfLastDot = nestedName.LastIndexOf('.')) != indexOfFirstDot) && (type == null))
AuthoringOM\ComponentFactoryHelpers.cs (1)
176int squareBracketCloseIndex = typeName.LastIndexOf(']');
AuthoringOM\Design\DesignerHelpers.cs (1)
1490int index = path.LastIndexOf('.');
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
932int index = memberName.LastIndexOf('.');
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
953int lastIndexOfDot = typeName.LastIndexOf('.');
AuthoringOM\Design\PropertyDescriptors.cs (1)
118int indexOfDot = host.RootComponentClassName.LastIndexOf('.');
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (1)
109name = name.Substring(name.LastIndexOf('.') + 1);
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (1)
187int indexOfDot = ((string)key).LastIndexOf('.');
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
109rootActivity.Name = name.Substring(name.LastIndexOf('.') + 1);
Shared\CompModHelpers.cs (6)
457int indexOfDot = inputName.LastIndexOf('.'); 478int indexOfDot = fullQualifiedName.LastIndexOf('.'); 525int indexOfDot = fullQualifiedName.LastIndexOf('.'); 956if (methodName.LastIndexOf('.') > 0) 958interfaceName = methodName.Substring(0, methodName.LastIndexOf('.')); 959method = methodName.Substring(methodName.LastIndexOf('.') + 1);
System.Xml (11)
System\Xml\Dom\XmlEntityReference.cs (1)
163int nCount = baseURI.LastIndexOf('/')+1;
System\Xml\Serialization\Mappings.cs (2)
98int colon = name.LastIndexOf(':'); 199int colon = Name.LastIndexOf(':');
System\Xml\Serialization\Types.cs (1)
1207int nsLen = type.LastIndexOf(':');
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1746int colon = xmlName.LastIndexOf(':'); 1846int colon = choiceId.LastIndexOf(':');
System\Xml\Serialization\XmlSerializationReader.cs (3)
780int colon = attr.Value.LastIndexOf(':'); 1114int colon = value == null ? -1 : value.LastIndexOf(':'); 1801int colon = value.LastIndexOf(':');
System\Xml\Serialization\XmlSerializationWriter.cs (1)
3205int colon = xmlName.LastIndexOf(':');
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
2186int colon = xmlName.LastIndexOf(':');
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
93int i = expandedName.LastIndexOf('}');
WindowsBase (1)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
973if (colonIndex <= 0 || colonIndex >= length - 1 || colonIndex != pair.LastIndexOf(':'))
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (1)
533int lastIndex = fullClassName.LastIndexOf('.');