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