4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
21830Me._type = type 21848Me._type = type 21865Me._type = type 21883Me._type = _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
21901writer.WriteValue(Me._type) 21919Return Me._type 21955Return Me._type 21968Return new ObjectCreationExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _newKeyword, _attributeLists, _type, _argumentList, _initializer) 21972Return new ObjectCreationExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _newKeyword, _attributeLists, _type, _argumentList, _initializer) 40232Dim newType = DirectCast(Visit(node._type), TypeSyntax) 40233If node._type IsNot newType Then anyChanges = True