2 references to GetReuseableSyntaxNodeForAttribute
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
AttributeGenerator.cs (1)
69
var reusableSyntax =
GetReuseableSyntaxNodeForAttribute
<AttributeSyntax>(attribute, info);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\AttributeGenerator.vb (1)
31
Dim reusableSyntax =
GetReuseableSyntaxNodeForAttribute
(Of AttributeSyntax)(attribute, options)