4 writes to _asClause
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
5598Me._asClause = asClause 5626Me._asClause = asClause 5653Me._asClause = asClause 5687Me._asClause = _asClause
7 references to _asClause
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
5708writer.WriteValue(Me._asClause) 5761Return Me._asClause 5805Return Me._asClause 5818Return new MethodStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause, _handlesClause, _implementsClause) 5822Return new MethodStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause, _handlesClause, _implementsClause) 38384Dim newAsClause = DirectCast(Visit(node._asClause), SimpleAsClauseSyntax) 38385If node._asClause IsNot newAsClause Then anyChanges = True