111 references to Remove
mscorlib (4)
PresentationFramework (3)
System (3)
System.Activities (1)
System.Activities.Presentation (2)
System.Data (4)
System.Data.Entity (1)
System.Data.Entity.Design (30)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (29)
421(s) => s.Remove(s.Length - 2, 2) + "en", this.Culture, out newSuffixWord))
429(s) => s.Remove(s.Length - 4, 4) + "ice", this.Culture, out newSuffixWord))
436(s) => s.Remove(s.Length - 4, 4) + "eeth", this.Culture, out newSuffixWord))
442(s) => s.Remove(s.Length - 4, 4) + "eese", this.Culture, out newSuffixWord))
448(s) => s.Remove(s.Length - 3, 3) + "eet", this.Culture, out newSuffixWord))
454(s) => s.Remove(s.Length - 3, 3) + "oa", this.Culture, out newSuffixWord))
460(s) => s.Remove(s.Length - 2, 2) + "es", this.Culture, out newSuffixWord))
480(s) => s.Remove(s.Length - 1, 1) + "ces", this.Culture, out newSuffixWord))
506(s) => s.EndsWith("deaf", true, this.Culture) ? s : s.Remove(s.Length - 1, 1) + "ves", this.Culture, out newSuffixWord))
513(s) => s.Remove(s.Length - 2, 2) + "ves", this.Culture, out newSuffixWord))
530return prefixWord + suffixWord.Remove(suffixWord.Length - 1, 1) + "ies";
636(s) => s.Remove(s.Length - 2, 2) + "an", this.Culture, out newSuffixWord))
644(s) => s.Remove(s.Length - 3, 3) + "ouse", this.Culture, out newSuffixWord))
651(s) => s.Remove(s.Length - 4, 4) + "ooth", this.Culture, out newSuffixWord))
657(s) => s.Remove(s.Length - 4, 4) + "oose", this.Culture, out newSuffixWord))
663(s) => s.Remove(s.Length - 3, 3) + "oot", this.Culture, out newSuffixWord))
669(s) => s.Remove(s.Length - 2, 2) + "oon", this.Culture, out newSuffixWord))
677(s) => s.Remove(s.Length - 2, 2), this.Culture, out newSuffixWord))
698(s) => s.Remove(s.Length - 3, 3) + "x", this.Culture, out newSuffixWord))
705(s) => s.Remove(s.Length - 1, 1), this.Culture, out newSuffixWord))
718(s) => s.Remove(s.Length - 3, 3) + "f", this.Culture, out newSuffixWord))
725(s) => s.Remove(s.Length - 3, 3) + "fe", this.Culture, out newSuffixWord))
733(s) => s.Remove(s.Length - 1, 1), this.Culture, out newSuffixWord))
742return prefixWord + suffixWord.Remove(suffixWord.Length - 3, 3) + "y";
753(s) => suffixWord.Remove(suffixWord.Length - 1, 1), this.Culture, out newSuffixWord))
765(s) => s.Remove(s.Length - 1, 1), this.Culture, out newSuffixWord))
772(s) => s.Remove(s.Length - 2, 2), this.Culture, out newSuffixWord))
779return prefixWord + suffixWord.Remove(suffixWord.Length - 2, 2);
789return prefixWord + suffixWord.Remove(suffixWord.Length - 1, 1);
System.Data.Services (3)
System.Data.Services.Design (1)
System.Management (29)
managementquery.cs (29)
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);
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);
1077 q = q.Remove (0, keyword.Length);
1651 q = q.Remove(0, tokenAssociators.Length);
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);
1687 q = q.Remove (0, tokenWhere.Length);
2166 q = q.Remove(0, tokenReferences.Length);
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);
2202 q = q.Remove (0, tokenWhere.Length);
3032 q = q.Remove(0, keyword.Length).TrimStart(null);
3036 q = q.Remove(0, 1).TrimStart(null);
3059 q = q.Remove(0, i);
3069 q = q.Remove(0, keyword.Length);
3081 q = q.Remove(0, i+1).TrimStart(null);
3091 q = q.Remove(0, i).TrimStart(null);
3108 q = q.Remove(0, keyword.Length);
System.ServiceModel (1)
System.ServiceModel.Web (1)
System.Web (1)
System.Web.DataVisualization (4)
System.Web.Entity.Design (1)
System.Web.Extensions (1)
System.Web.Mobile (9)
System.Windows.Forms (1)
System.Windows.Forms.DataVisualization (4)
System.Workflow.ComponentModel (3)
UIAutomationClientsideProviders (4)