3 writes to prefix
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24313
this.
prefix
= prefix;
24327
this.
prefix
= prefix;
24340
this.
prefix
= prefix;
4 references to prefix
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24346
public XmlPrefixSyntax? Prefix => this.
prefix
;
24352
0 => this.
prefix
,
24380
=> new XmlNameSyntax(this.Kind, this.
prefix
, this.localName, diagnostics, GetAnnotations());
24383
=> new XmlNameSyntax(this.Kind, this.
prefix
, this.localName, GetDiagnostics(), annotations);