1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
101
_typeParameterInfo
= declaration.Arity == 0
11 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceNamedTypeSymbol.cs (11)
278
if (
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault)
284
ref
_typeParameterInfo
.LazyTypeParameterConstraintTypes,
292
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault);
293
return
_typeParameterInfo
.LazyTypeParameterConstraintTypes;
307
if (
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault)
310
ref
_typeParameterInfo
.LazyTypeParameterConstraintKinds,
314
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault);
315
return
_typeParameterInfo
.LazyTypeParameterConstraintKinds;
753
if (
_typeParameterInfo
.LazyTypeParameters.IsDefault)
757
ref
_typeParameterInfo
.LazyTypeParameters,
766
return
_typeParameterInfo
.LazyTypeParameters;