We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff594e4 commit 49e07d0Copy full SHA for 49e07d0
1 file changed
src/System.Management.Automation/engine/regex.cs
@@ -63,7 +63,7 @@ public sealed class WildcardPattern
63
private static readonly Predicate<string> s_matchAll = _ => true;
64
65
// wildcard pattern
66
- internal string Pattern { get; private set; }
+ internal string Pattern { get; }
67
68
// options that control match behavior
69
internal WildcardOptions Options { get; } = WildcardOptions.None;
0 commit comments