157 references to IndexOf
mscorlib (23)
system\guid.cs (8)
386bool dashesExistInString = (guidString.IndexOf('-', 0) >= 0);
404bool bracesExistInString = (guidString.IndexOf('{', 0) >= 0);
422bool parenthesisExistInString = (guidString.IndexOf('(', 0) >= 0);
487numLen = guidString.IndexOf(',', numStart) - numStart;
504numLen = guidString.IndexOf(',', numStart) - numStart;
520numLen = guidString.IndexOf(',', numStart) - numStart;
554numLen = guidString.IndexOf(',', numStart) - numStart;
562numLen = guidString.IndexOf('}', numStart) - numStart;
PresentationCore (1)
PresentationFramework (2)
System (15)
System.Data.Linq (3)
System.Data.Services (3)
System.Data.Services.Client (1)
System.Data.SqlXml (3)
System.Drawing (1)
System.Management (1)
System.Messaging (1)
System.Net (2)
System.Runtime.Remoting (5)
System.Runtime.Serialization (4)
System.ServiceModel (4)
System.ServiceModel.Activation (3)
System.Web (47)
System.Web.DataVisualization (8)
System.Web.Extensions (3)
System.Web.Mobile (8)
System.Web.Services (1)
System.Windows.Forms (5)
System.Windows.Forms.DataVisualization (6)
System.Workflow.ComponentModel (1)
System.Xml (1)
UIAutomationClientsideProviders (1)
WindowsBase (3)
XamlBuildTask (1)