5 references to IsInCrefOrNameAttributeInterior
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\SemanticModel.vb (2)
125Return IsInCrefOrNameAttributeInterior(node) 622If trivia Is Nothing OrElse Not IsInCrefOrNameAttributeInterior(DirectCast(token.Parent, VisualBasicSyntaxNode)) Then
Compilation\SyntaxTreeSemanticModel.vb (3)
200Debug.Assert(IsInCrefOrNameAttributeInterior(crefReference)) 246ElseIf IsInCrefOrNameAttributeInterior(node) Then 317ElseIf IsInCrefOrNameAttributeInterior(node) Then