4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
8589Me._type = type 8603Me._type = type 8616Me._type = type 8631Me._type = _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
8640writer.WriteValue(Me._type) 8669Return Me._type 8680Return Me._type 8689Return new SimpleAsClauseSyntax(Me.Kind, newErrors, GetAnnotations, _asKeyword, _attributeLists, _type) 8693Return new SimpleAsClauseSyntax(Me.Kind, GetDiagnostics, annotations, _asKeyword, _attributeLists, _type) 38725Dim newType = DirectCast(Visit(node._type), TypeSyntax) 38726If node._type IsNot newType Then anyChanges = True