2 implementations of ISymbolMatcher
Microsoft.CodeAnalysis.CodeStyle (2)
SymbolSpecification.cs (2)
354public readonly record struct SymbolKindOrTypeKind : ISymbolMatcher, IObjectWritable 470public readonly struct ModifierKind : ISymbolMatcher, IEquatable<ModifierKind>, IObjectWritable
2 references to ISymbolMatcher
Microsoft.CodeAnalysis.CodeStyle (2)
SymbolSpecification.cs (2)
164where TSymbolMatcher : ISymbolMatcher 191where TSymbolMatcher : ISymbolMatcher