You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
You can either select the desired filter from the drop-down on the right, or by using the short-code in the text box, for ex.: t:Button will find all types with the string 'Button' in their name.
Search strings enclosed in / are interpreted as regular expressions. ILSpy uses .NET regular expression syntax. Short-codes and regular expressions can be combined. For ex.: t:/Button$/ will find all types that end in the word 'Button'.