3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24981
this.
name
= name;
24999
this.
name
= name;
25016
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25027
public XmlNameSyntax Name => this.
name
;
25035
1 => this.
name
,
25064
=> new XmlProcessingInstructionSyntax(this.Kind, this.startProcessingInstructionToken, this.
name
, this.textTokens, this.endProcessingInstructionToken, diagnostics, GetAnnotations());
25067
=> new XmlProcessingInstructionSyntax(this.Kind, this.startProcessingInstructionToken, this.
name
, this.textTokens, this.endProcessingInstructionToken, GetDiagnostics(), annotations);