1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
100
_typeParameterInfo
= declaration.Arity == 0
11 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceNamedTypeSymbol.cs (11)
277
if (
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault)
283
ref
_typeParameterInfo
.LazyTypeParameterConstraintTypes,
291
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault);
292
return
_typeParameterInfo
.LazyTypeParameterConstraintTypes;
306
if (
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault)
309
ref
_typeParameterInfo
.LazyTypeParameterConstraintKinds,
313
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault);
314
return
_typeParameterInfo
.LazyTypeParameterConstraintKinds;
752
if (
_typeParameterInfo
.LazyTypeParameters.IsDefault)
756
ref
_typeParameterInfo
.LazyTypeParameters,
765
return
_typeParameterInfo
.LazyTypeParameters;