5 instantiations of New
Microsoft.CodeAnalysis.VisualBasic (5)
Declarations\DeclarationTreeBuilder.vb (5)
387MyClass.New(typeBlockSyntax, Nothing, Nothing) 400Return New TypeBlockInfo(Me.TypeBlockSyntax, Nothing, nested) 406Return New TypeBlockInfo(Me.TypeBlockSyntax, declaration, Me.NestedTypes) 412typeStack.Add(New TypeBlockInfo(topTypeBlockSyntax)) 434typeStack.Add(New TypeBlockInfo(DirectCast(member, TypeBlockSyntax)))
5 references to New
Microsoft.CodeAnalysis.VisualBasic (5)
Declarations\DeclarationTreeBuilder.vb (5)
396Public Function WithNestedTypes(nested As ArrayBuilder(Of Integer)) As TypeBlockInfo 403Public Function WithDeclaration(declaration As SingleTypeDeclaration) As TypeBlockInfo 411Dim typeStack = ArrayBuilder(Of TypeBlockInfo).GetInstance 417Dim typeEntry As TypeBlockInfo = typeStack(index) 451Dim typeEntry As TypeBlockInfo = typeStack(index)