Home
last modified time | relevance | path

Searched refs:MatchCollection (Results 1 – 25 of 69) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/tests/
H A DMatchCollectionTests.cs16 MatchCollection matches = regex.Matches("dotnet"); in GetEnumerator()
36 MatchCollection matches = regex.Matches("dotnet"); in GetEnumerator_Invalid()
53 MatchCollection collection = CreateCollection(); in Item_Get()
62 MatchCollection matches = regex.Matches("dotnet"); in Item_Get_InvalidIndex_ThrowsArgumentOutOfRangeException()
71 MatchCollection matches = regex.Matches("dotnet"); in ICollection_Properties()
85 MatchCollection matches = regex.Matches("dotnet"); in ICollection_CopyTo()
128 private static MatchCollection CreateCollection() => new Regex("t").Matches("dotnet"); in CreateCollection()
H A DMatchCollectionTests2.cs164 MatchCollection col = CreateCollection(); in DebuggerAttributeTests()
176 …tion>(() => DebuggerAttributes.ValidateDebuggerTypeProxyProperties(typeof(MatchCollection), null)); in DebuggerAttributeTests_Null()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexMatchCollection.cs30 public class MatchCollection : ICollection { class
49 … internal MatchCollection(Regex regex, String input, int beginning, int length, int startat) { in MatchCollection() method in System.Text.RegularExpressions.MatchCollection
211 internal MatchCollection _matchcoll;
219 internal MatchEnumerator(MatchCollection matchcoll) { in MatchEnumerator()
H A DRegex.cs909 public static MatchCollection Matches(String input, String pattern) { in Matches()
922 public static MatchCollection Matches(String input, String pattern, RegexOptions options) { in Matches()
931 …static MatchCollection Matches(String input, String pattern, RegexOptions options, TimeSpan matchT… in Matches()
946 public MatchCollection Matches(String input) { in Matches()
964 public MatchCollection Matches(String input, int startat) { in Matches()
969 return new MatchCollection(this, input, 0, input.Length, startat); in Matches()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexMatchCollection.cs26 public class MatchCollection : IList<Match>, IReadOnlyList<Match>, IList class
37 internal MatchCollection(Regex regex, string input, int beginning, int length, int startat) in MatchCollection() method in System.Text.RegularExpressions.MatchCollection
232 private readonly MatchCollection _collection;
235 internal Enumerator(MatchCollection collection) in Enumerator()
H A DRegex.cs706 public static MatchCollection Matches(string input, string pattern) in Matches()
717 public static MatchCollection Matches(string input, string pattern, RegexOptions options) in Matches()
722 …public static MatchCollection Matches(string input, string pattern, RegexOptions options, TimeSpan… in Matches()
734 public MatchCollection Matches(string input) in Matches()
748 public MatchCollection Matches(string input, int startat) in Matches()
753 return new MatchCollection(this, input, 0, input.Length, startat); in Matches()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DExpressionShredder_Tests.cs396MatchCollection embeddedMetadataReferences = FindEmbeddedMetadataReferenceMatches_OriginalImplemen… in FindEmbeddedMetadataReferences_OriginalImplementation()
479 …private static MatchCollection FindEmbeddedMetadataReferenceMatches_OriginalImplementation(string … in FindEmbeddedMetadataReferenceMatches_OriginalImplementation()
481 MatchCollection embeddedMetadataReferences = null; in FindEmbeddedMetadataReferenceMatches_OriginalImplementation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DCapabilitiesResult.cs71 System.Text.RegularExpressions.MatchCollection regxmatch; in Replace()
90 System.Text.RegularExpressions.MatchCollection regxmatch; in Replace()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/ref/
H A DSystem.Text.RegularExpressions.cs99 …public partial class MatchCollection : System.Collections.Generic.ICollection<System.Text.RegularE… class
101 internal MatchCollection() { } in MatchCollection() method in System.Text.RegularExpressions.MatchCollection
171 public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; } in Matches()
172 …public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw n… in Matches()
173 …public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern)… in Matches()
174 …public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern,… in Matches()
175 …public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern,… in Matches()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Text.RegularExpressions/
H A DMatchCollectionCas.cs44 private MatchCollection coll;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/
H A DSqlScript.cs44 MatchCollection matches = re.Matches(script); in Execute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Text.RegularExpressions/
H A DTypeForwarders.cs28 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/devel/nini/Nini/Source/Util/
H A DArgvParser.cs34 MatchCollection matches; in ArgvParser()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/Facades/
H A DSystem.Text.RegularExpressions.cs20 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DRegexWorker.cs40 MatchCollection matches = RefPat.Matches(from); in Lookup()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/Facades/
H A DSystem.Text.RegularExpressions.cs21 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/Facades/
H A DSystem.Text.RegularExpressions.cs21 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/Facades/
H A DSystem.Text.RegularExpressions.cs21 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/Facades/
H A DSystem.Text.RegularExpressions.cs23 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/Facades/
H A DSystem.Text.RegularExpressions.cs23 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/Facades/
H A DSystem.Text.RegularExpressions.cs23 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Text.RegularExpressions.cs22 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Text.RegularExpressions.cs22 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Text.RegularExpressions.cs21 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Text.RegularExpressions.cs22 ….CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]

123