2 references to isDeclaredInNamespace
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
1029
var foundAnyMatch = interceptorsNamespaces.Any(static (ns, thisNamespaceNames) =>
isDeclaredInNamespace
(thisNamespaceNames, ns), thisNamespaceNames);
1166
var foundAnyMatch = interceptorsNamespaces.Any(ns =>
isDeclaredInNamespace
(thisNamespaceNames, ns));