6 overrides of IsDefinedInSourceTree
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\NamespaceSymbol.vb (1)
391
Friend Overrides Function
IsDefinedInSourceTree
(tree As SyntaxTree, definedWithinSpan As TextSpan?, Optional cancellationToken As CancellationToken = Nothing) As Boolean
Symbols\Source\SourceComplexParameterSymbol.vb (1)
200
Friend NotOverridable Overrides Function
IsDefinedInSourceTree
(tree As SyntaxTree, definedWithinSpan As TextSpan?, Optional cancellationToken As CancellationToken = Nothing) As Boolean
Symbols\Source\SourceEventSymbol.vb (1)
454
Friend NotOverridable Overrides Function
IsDefinedInSourceTree
(tree As SyntaxTree, definedWithinSpan As TextSpan?, Optional cancellationToken As CancellationToken = Nothing) As Boolean
Symbols\Source\SourceMemberFieldSymbol.vb (1)
38
Friend NotOverridable Overrides Function
IsDefinedInSourceTree
(tree As SyntaxTree, definedWithinSpan As TextSpan?, Optional cancellationToken As CancellationToken = Nothing) As Boolean
Symbols\Source\SourceMethodSymbol.vb (1)
803
Friend NotOverridable Overrides Function
IsDefinedInSourceTree
(tree As SyntaxTree, definedWithinSpan As TextSpan?, Optional cancellationToken As CancellationToken = Nothing) As Boolean
Symbols\Source\SourcePropertySymbol.vb (1)
460
Friend Overrides Function
IsDefinedInSourceTree
(tree As SyntaxTree, definedWithinSpan As TextSpan?, Optional cancellationToken As CancellationToken = Nothing) As Boolean
7 references to IsDefinedInSourceTree
Microsoft.CodeAnalysis.VisualBasic (7)
Compilation\ClsComplianceChecker.vb (1)
579
Return Me._filterTree IsNot Nothing AndAlso Not symbol.
IsDefinedInSourceTree
(Me._filterTree, Me._filterSpanWithinTree, Me._cancellationToken)
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (1)
30
Return Me._filterSyntaxTree IsNot Nothing AndAlso Not symbol.
IsDefinedInSourceTree
(Me._filterSyntaxTree, Me._filterSpanWithinTree, Me._cancellationToken)
Compilation\MethodCompiler.vb (2)
123
If symbol.
IsDefinedInSourceTree
(tree, span) Then
133
Return implementationPart.
IsDefinedInSourceTree
(tree, span)
Symbols\NamespaceSymbol.vb (1)
396
Return MyBase.
IsDefinedInSourceTree
(tree, definedWithinSpan, cancellationToken)
Symbols\Source\SourceModuleSymbol.vb (1)
600
If Not typeOrNamespace.
IsDefinedInSourceTree
(tree, filterSpanWithinTree) Then
Symbols\Symbol.vb (1)
840
Return Me.ContainingSymbol.
IsDefinedInSourceTree
(tree, definedWithinSpan, cancellationToken)