2 references to IsLocationContainedWithin
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceNamespaceSymbol.cs (1)
113
if (
IsLocationContainedWithin
(decl.NameLocation, tree, declarationSpan, out wasZeroWidthMatch))
Symbols\Symbol.cs (1)
443
if (
IsLocationContainedWithin
(loc, tree, declarationSpan, out wasZeroWidthMatch))