1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
97
_typeParameterInfo
= declaration.Arity == 0
11 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceNamedTypeSymbol.cs (11)
273
if (
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault)
279
ref
_typeParameterInfo
.LazyTypeParameterConstraintTypes,
287
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault);
288
return
_typeParameterInfo
.LazyTypeParameterConstraintTypes;
302
if (
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault)
305
ref
_typeParameterInfo
.LazyTypeParameterConstraintKinds,
309
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault);
310
return
_typeParameterInfo
.LazyTypeParameterConstraintKinds;
747
if (
_typeParameterInfo
.LazyTypeParameters.IsDefault)
751
ref
_typeParameterInfo
.LazyTypeParameters,
760
return
_typeParameterInfo
.LazyTypeParameters;