78 references to TrimStart
mscorlib (2)
system\runtime\remoting\configuration.cs (1)
240_applicationName = _applicationName.TrimStart(slash);
system\timezoneinfo.cs (1)
2594string tzresDll = resources[0].TrimStart(new char[] {'@'});
PresentationBuildTasks (1)
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
65a = LoadAssembly(nameFrags[1].TrimStart(), null);
PresentationFramework (1)
src\Framework\System\Windows\PropertyPath.cs (1)
853name = name.Substring(nsIndex + 1).TrimStart();
System (2)
net\System\Net\NetWebProxyFinder.cs (1)
441proxyAuthority = proxyString.Substring(6).TrimStart(' ');
net\System\URI.cs (1)
283s_ManagerRef.MapUrlToZone(schemeHost.TrimStart(_WSchars), out zone, 0);
System.ComponentModel.DataAnnotations (1)
DataAnnotations\PhoneAttribute.cs (1)
122potentialExtension = potentialExtension.TrimStart();
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
3643string trimmedSubPath = subPath.TrimStart();
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
215parameter.ParameterName = Convert.ToString(dataRow[parameterName, DataRowVersion.Default], CultureInfo.InvariantCulture).TrimStart(new char[] { '@', ' ', ':'});
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (1)
39serverName = serverName.TrimStart(); // it can start with spaces if specified in quotes
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (1)
256s = s.TrimStart();
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
968bool needsCast = -1 == strDecimal.IndexOf('.') && (strDecimal.TrimStart(new char[] { '-' }).Length < 20);
System.Data.Services (1)
System\Data\Services\RequestQueryProcessor.cs (1)
977count = count.TrimStart();
System.Data.Services.Client (2)
System\Data\Services\Client\Util.cs (2)
288requestUri = new Uri(baseUri, Util.CreateUri(requestUri.OriginalString.TrimStart(Util.ForwardSlash), UriKind.Relative)); 297requestUri = Util.CreateUri(baseUri.OriginalString + "/" + requestUri.OriginalString.TrimStart(Util.ForwardSlash), UriKind.Absolute);
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\ServiceModel\ComIntegration\MonikerUtility.cs (2)
15moniker = moniker.TrimStart(); 33moniker = moniker.Substring(indexOfEqualSign + 1).TrimStart();
System\ServiceModel\Dispatcher\QueryModel.cs (1)
571val = val.TrimStart();
System.Web (5)
Compilation\BaseCodeDomTreeGenerator.cs (1)
802line = line.TrimStart();
Management\SqlServices.cs (1)
348database = database.TrimStart( '[' );
UI\Util.cs (1)
1652if (secondScript.TrimStart().StartsWith(ClientScriptManager.JscriptPrefix, StringComparison.Ordinal)) {
Util\UrlPath.cs (1)
728((IsRooted(absUriOrLocalPath) || IsRelativeUrl(absUriOrLocalPath)) && !absUriOrLocalPath.TrimStart(' ').StartsWith("//", StringComparison.Ordinal));
XmlSiteMapProvider.cs (1)
676string temp = text.TrimStart(new char[] { ' ' });
System.Web.DataVisualization (6)
Common\General\ChartSerializer.cs (2)
677 this.NonSerializableContent = this.NonSerializableContent.TrimStart(','); 687 this.SerializableContent = this.SerializableContent.TrimStart(',');
Common\General\DataManipulator.cs (1)
3147 formulaParts[0] = formulaParts[0].TrimStart('Y');
Common\General\FormulaData.cs (1)
623parts[1] = parts[1].TrimStart('Y');
Common\General\LegendColumns.cs (1)
1850 resultString.Substring(charIndex + 1).TrimStart();
Common\Utilities\XmlSerializer.cs (1)
1288 info.name = info.name.TrimStart('*');
System.Web.Services (1)
System\Web\Services\Protocols\Scalars.cs (1)
234string paramDecl = paramDecls[i].TrimStart(null);
System.Windows.Forms (2)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
885assemblyName = assemblyQualifiedTypeName.Substring(pos + 1).TrimStart();
winforms\Managed\System\WinForms\TrustManager.cs (1)
706host = host.TrimStart('/');
System.Windows.Forms.DataVisualization (6)
Common\General\ChartSerializer.cs (2)
677 this.NonSerializableContent = this.NonSerializableContent.TrimStart(','); 687 this.SerializableContent = this.SerializableContent.TrimStart(',');
Common\General\DataManipulator.cs (1)
3147 formulaParts[0] = formulaParts[0].TrimStart('Y');
Common\General\FormulaData.cs (1)
623parts[1] = parts[1].TrimStart('Y');
Common\General\LegendColumns.cs (1)
1850 resultString.Substring(charIndex + 1).TrimStart();
Common\Utilities\XmlSerializer.cs (1)
1288 info.name = info.name.TrimStart('*');
System.Workflow.Activities (2)
Common\TypeSystemHelpers.cs (2)
83if ((bracketContent == String.Empty) || (bracketContent.TrimStart()[0] == ',')) 117parameters[loop] = parameters[loop].Substring(3).TrimStart();
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
474string frameworkVersion = framework.TrimStart('v', 'V');
Shared\TypeSystemHelpers.cs (2)
82if ((bracketContent == String.Empty) || (bracketContent.TrimStart()[0] == ',')) 116parameters[loop] = parameters[loop].Substring(3).TrimStart();
System.Xml (1)
System\Xml\XmlConvert.cs (1)
1423return value.TrimStart(WhitespaceChars);
WindowsBase (3)
Base\MS\Internal\ContentType.cs (2)
464parameterAndValue = parameterAndValue.TrimStart(_LinearWhiteSpaceChars); 482parameterAndValue = parameterAndValue.Substring(parameterStartIndex + parameterValueLength).TrimStart(_LinearWhiteSpaceChars);
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
65a = LoadAssembly(nameFrags[1].TrimStart(), null);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (1)
353value = value.TrimStart('"');