1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
98
_typeParameterInfo
= declaration.Arity == 0
11 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceNamedTypeSymbol.cs (11)
274
if (
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault)
280
ref
_typeParameterInfo
.LazyTypeParameterConstraintTypes,
288
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault);
289
return
_typeParameterInfo
.LazyTypeParameterConstraintTypes;
303
if (
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault)
306
ref
_typeParameterInfo
.LazyTypeParameterConstraintKinds,
310
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault);
311
return
_typeParameterInfo
.LazyTypeParameterConstraintKinds;
748
if (
_typeParameterInfo
.LazyTypeParameters.IsDefault)
752
ref
_typeParameterInfo
.LazyTypeParameters,
761
return
_typeParameterInfo
.LazyTypeParameters;