1 reference to isDeclaredInNamespace
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1175
var foundAnyMatch = interceptorsNamespaces.Any(ns =>
isDeclaredInNamespace
(thisNamespaceNames, ns));