2 references to Attribute
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\SyntaxTreeRootTests.vb (1)
44
Dim arbitraryTree = VisualBasicSyntaxTree.Create(SyntaxFactory.
Attribute
(SyntaxFactory.IdentifierName("Wooh")))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
TestSyntaxNodes.vb (1)
196
Assert.Throws(Of ArgumentException)(Sub() SyntaxFactory.
Attribute
(tuple))