3 writes to _identifier
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
2070
Me.
_identifier
= identifier
2091
Me.
_identifier
= identifier
2111
Me.
_identifier
= identifier
22 references to _identifier
Microsoft.CodeAnalysis.VisualBasic (22)
Generated\Syntax.xml.Internal.Generated.vb (17)
2150
Return Me.
_identifier
2228
Return Me.
_identifier
2239
Return new ModuleStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _moduleKeyword,
_identifier
, _typeParameterList)
2243
Return new ModuleStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _moduleKeyword,
_identifier
, _typeParameterList)
2311
Return Me.
_identifier
2322
Return new StructureStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _structureKeyword,
_identifier
, _typeParameterList)
2326
Return new StructureStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _structureKeyword,
_identifier
, _typeParameterList)
2394
Return Me.
_identifier
2405
Return new InterfaceStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _interfaceKeyword,
_identifier
, _typeParameterList)
2409
Return new InterfaceStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _interfaceKeyword,
_identifier
, _typeParameterList)
2477
Return Me.
_identifier
2488
Return new ClassStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _classKeyword,
_identifier
, _typeParameterList)
2492
Return new ClassStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _classKeyword,
_identifier
, _typeParameterList)
30114
If node.
_identifier
IsNot newIdentifier Then anyChanges = True
30135
If node.
_identifier
IsNot newIdentifier Then anyChanges = True
30156
If node.
_identifier
IsNot newIdentifier Then anyChanges = True
30177
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))