4 references to Root
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\AttributeSemanticModel.vb (4)
33
Return New AttributeSemanticModel(binder.
Root
, wrappedBinder, containingSemanticModel)
37
Debug.Assert(TypeOf binder.
Root
Is AttributeSyntax)
38
If TypeOf binder.
Root
.Parent Is AttributeListSyntax Then
39
Return DirectCast(model.GetDeclaredSymbolForNode(binder.
Root
.Parent.Parent), Symbol)