3 references to PropertyGenerator
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeGeneration\VisualBasicCodeGenerationService.vb (3)
128
Return Cast(Of TDeclarationNode)(
PropertyGenerator
.AddPropertyTo(Cast(Of TypeBlockSyntax)(destinationType), [property], options, availableIndices))
130
Return Cast(Of TDeclarationNode)(
PropertyGenerator
.AddPropertyTo(Cast(Of CompilationUnitSyntax)(destinationType), [property], options, availableIndices))
571
Return
PropertyGenerator
.GeneratePropertyDeclaration([property], destination, options)