1 write to TypeParameter
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ConstraintsHelper.cs (1)
32this.TypeParameter = typeParameter;
3 references to TypeParameter
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ConstraintsHelper.cs (3)
91diagnostics.Add(pair.UseSiteInfo, pair.TypeParameter.Locations[0]); 607var ordinal = pair.TypeParameter.Ordinal; 650int ordinal = pair.TypeParameter.Ordinal;