3 writes to endProcessingInstructionToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24988this.endProcessingInstructionToken = endProcessingInstructionToken; 25006this.endProcessingInstructionToken = endProcessingInstructionToken; 25023this.endProcessingInstructionToken = endProcessingInstructionToken;
5 references to endProcessingInstructionToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25029public SyntaxToken EndProcessingInstructionToken => this.endProcessingInstructionToken; 250373 => this.endProcessingInstructionToken, 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);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
15761public SyntaxToken EndProcessingInstructionToken => new SyntaxToken(this, ((InternalSyntax.XmlProcessingInstructionSyntax)this.Green).endProcessingInstructionToken, GetChildPosition(3), GetChildIndex(3));