78 references to TrimStart
mscorlib (2)
PresentationBuildTasks (1)
PresentationFramework (1)
System (2)
System.ComponentModel.DataAnnotations (1)
System.Configuration (1)
System.Data (3)
System.Data.Entity (1)
System.Data.Services (1)
System.Data.Services.Client (2)
System.Management (30)
managementquery.cs (30)
124 q = q.Remove (0, token.Length).TrimStart (null);
133 q = q.Remove(0, op.Length).TrimStart(null);
146 q = q.Remove (0, tokenValue.Length).TrimStart(null);
155 q = q.Remove (0, token.Length).TrimStart (null);
662 if (queryOrClassName.TrimStart().StartsWith(tokenSelect, StringComparison.OrdinalIgnoreCase))
992 q = q.Remove(0, i+1).TrimStart(null);
1002 q = q.Remove(0, i).TrimStart(null);
1012 q = q.Remove(0, 1).TrimStart(null);
1041 q = q.Remove (0, keyword.Length).TrimStart (null);
1047 q = q.Remove (0, 1).TrimStart (null);
1056 q = q.Remove (0, keyword.Length).TrimStart (null);
1065 q = q.Remove (0, keyword.Length).TrimStart (null);
1083 q = q.TrimStart(null); // Remove the leading whitespace
1257if (queryOrSourceObject.TrimStart().StartsWith(tokenAssociators, StringComparison.OrdinalIgnoreCase))
1657 q = q.TrimStart(null); // Remove the leading whitespace
1664 q = q.Remove(0, tokenOf.Length).TrimStart (null);
1671 q = q.Remove(0, 1).TrimStart(null);
1678 q = q.Remove(0, i+1).TrimStart(null);
1693 q = q.TrimStart(null); // Remove the leading whitespace
1884 if (queryOrSourceObject.TrimStart().StartsWith(tokenReferences, StringComparison.OrdinalIgnoreCase))
2172 q = q.TrimStart(null); // Remove the leading whitespace
2179 q = q.Remove(0, tokenOf.Length).TrimStart (null);
2186 q = q.Remove(0, 1).TrimStart(null);
2193 q = q.Remove(0, i+1).TrimStart(null);
2208 q = q.TrimStart(null); // Remove the leading whitespace
2475 if (queryOrEventClassName.TrimStart().StartsWith(tokenSelectAll, StringComparison.OrdinalIgnoreCase))
3032 q = q.Remove(0, keyword.Length).TrimStart(null);
3036 q = q.Remove(0, 1).TrimStart(null);
3081 q = q.Remove(0, i+1).TrimStart(null);
3091 q = q.Remove(0, i).TrimStart(null);
System.ServiceModel (3)
System.Web (5)
System.Web.DataVisualization (6)
System.Web.Services (1)
System.Windows.Forms (2)
System.Windows.Forms.DataVisualization (6)
System.Workflow.Activities (2)
System.Workflow.ComponentModel (3)
System.Xml (1)
WindowsBase (3)
XamlBuildTask (1)