3 writes to varianceKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
16623this.varianceKeyword = varianceKeyword; 16642this.varianceKeyword = varianceKeyword; 16660this.varianceKeyword = varianceKeyword;
5 references to varianceKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
16668public SyntaxToken? VarianceKeyword => this.varianceKeyword; 166761 => this.varianceKeyword, 16704=> new TypeParameterSyntax(this.Kind, this.attributeLists, this.varianceKeyword, this.identifier, diagnostics, GetAnnotations()); 16707=> new TypeParameterSyntax(this.Kind, this.attributeLists, this.varianceKeyword, this.identifier, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
10326var slot = ((Syntax.InternalSyntax.TypeParameterSyntax)this.Green).varianceKeyword;