3 references to UnwrapRaiseEvent
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\MemberSemanticModel.vb (3)
229
Dim upperBound =
UnwrapRaiseEvent
(GetUpperBoundNode(node))
230
Dim lowerBound =
UnwrapRaiseEvent
(GetLowerBoundNode(node))
233
Dim lowerBoundOfParent = If(parentSyntax Is Nothing, Nothing,
UnwrapRaiseEvent
(GetLowerBoundNode(parentSyntax)))