4 writes to _identifier
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
2611
Me.
_identifier
= identifier
2632
Me.
_identifier
= identifier
2652
Me.
_identifier
= identifier
2675
Me.
_identifier
= _identifier
23 references to _identifier
Microsoft.CodeAnalysis.VisualBasic (23)
Generated\Syntax.xml.Internal.Generated.vb (18)
2688
writer.WriteValue(Me.
_identifier
)
2723
Return Me.
_identifier
2822
Return Me.
_identifier
2833
Return new ModuleStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _moduleKeyword,
_identifier
, _typeParameterList)
2837
Return new ModuleStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _moduleKeyword,
_identifier
, _typeParameterList)
2926
Return Me.
_identifier
2937
Return new StructureStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _structureKeyword,
_identifier
, _typeParameterList)
2941
Return new StructureStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _structureKeyword,
_identifier
, _typeParameterList)
3030
Return Me.
_identifier
3041
Return new InterfaceStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _interfaceKeyword,
_identifier
, _typeParameterList)
3045
Return new InterfaceStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _interfaceKeyword,
_identifier
, _typeParameterList)
3134
Return Me.
_identifier
3145
Return new ClassStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _classKeyword,
_identifier
, _typeParameterList)
3149
Return new ClassStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _classKeyword,
_identifier
, _typeParameterList)
38042
If node.
_identifier
IsNot newIdentifier Then anyChanges = True
38063
If node.
_identifier
IsNot newIdentifier Then anyChanges = True
38084
If node.
_identifier
IsNot newIdentifier Then anyChanges = True
38105
If node.
_identifier
IsNot newIdentifier Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
3108
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeStatementSyntax).
_identifier
, Me.GetChildPosition(2), Me.GetChildIndex(2))
3283
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ModuleStatementSyntax).
_identifier
, Me.GetChildPosition(3), Me.GetChildIndex(3))
3535
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.StructureStatementSyntax).
_identifier
, Me.GetChildPosition(3), Me.GetChildIndex(3))
3787
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InterfaceStatementSyntax).
_identifier
, Me.GetChildPosition(3), Me.GetChildIndex(3))
4039
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ClassStatementSyntax).
_identifier
, Me.GetChildPosition(3), Me.GetChildIndex(3))