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