1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
99
_typeParameterInfo
= declaration.Arity == 0
11 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceNamedTypeSymbol.cs (11)
276
if (
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault)
282
ref
_typeParameterInfo
.LazyTypeParameterConstraintTypes,
290
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault);
291
return
_typeParameterInfo
.LazyTypeParameterConstraintTypes;
305
if (
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault)
308
ref
_typeParameterInfo
.LazyTypeParameterConstraintKinds,
312
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault);
313
return
_typeParameterInfo
.LazyTypeParameterConstraintKinds;
751
if (
_typeParameterInfo
.LazyTypeParameters.IsDefault)
755
ref
_typeParameterInfo
.LazyTypeParameters,
764
return
_typeParameterInfo
.LazyTypeParameters;