7 references to GetDestination
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
CodeGeneration\ConstructorGenerator.vb (1)
21Dim constructorDeclaration = GenerateConstructorDeclaration(constructor, GetDestination(destination), options)
CodeGeneration\EventGenerator.vb (1)
51Dim eventDeclaration = GenerateEventDeclaration([event], GetDestination(destination), options)
CodeGeneration\FieldGenerator.vb (1)
59Dim fieldDeclaration = GenerateFieldDeclaration(field, GetDestination(destination), options)
CodeGeneration\MethodGenerator.vb (1)
44Dim methodDeclaration = GenerateMethodDeclaration(method, GetDestination(destination), options)
CodeGeneration\PropertyGenerator.vb (1)
36Dim propertyDeclaration = GeneratePropertyDeclaration([property], GetDestination(destination), options)
CodeGeneration\VisualBasicCodeGenerationService.vb (1)
43Return VisualBasicCodeGenerationHelpers.GetDestination(containerNode)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
3605Return VisualBasicCodeGenerationHelpers.GetDestination(containerNode)