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