Base:
method
IsDefinedInSourceTree
Microsoft.CodeAnalysis.CSharp.Symbol.IsDefinedInSourceTree(Microsoft.CodeAnalysis.SyntaxTree, Microsoft.CodeAnalysis.Text.TextSpan?, System.Threading.CancellationToken)
1 reference to IsDefinedInSourceTree
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
451this.SourcePartialImplementation?.IsDefinedInSourceTree(tree, definedWithinSpan, cancellationToken) == true;