3 references to CollectionDebuggerProxy
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\CaptureCollection.cs (1)
15
[DebuggerTypeProxy(typeof(
CollectionDebuggerProxy
<Capture>))]
System\Text\RegularExpressions\GroupCollection.cs (1)
16
[DebuggerTypeProxy(typeof(
CollectionDebuggerProxy
<Group>))]
System\Text\RegularExpressions\MatchCollection.cs (1)
15
[DebuggerTypeProxy(typeof(
CollectionDebuggerProxy
<Match>))]