3 references to IsDefinedInSourceTree
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceFieldSymbol.cs (1)
229
=>
IsDefinedInSourceTree
(_syntaxReference, tree, definedWithinSpan);
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
450
IsDefinedInSourceTree
(this.SyntaxRef, tree, definedWithinSpan) ||
Symbols\Symbol.cs (1)
944
if (
IsDefinedInSourceTree
(syntaxRef, tree, definedWithinSpan))