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