1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
102
_typeParameterInfo
= declaration.Arity == 0
11 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceNamedTypeSymbol.cs (11)
281
if (
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault)
287
ref
_typeParameterInfo
.LazyTypeParameterConstraintTypes,
295
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault);
296
return
_typeParameterInfo
.LazyTypeParameterConstraintTypes;
310
if (
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault)
313
ref
_typeParameterInfo
.LazyTypeParameterConstraintKinds,
317
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault);
318
return
_typeParameterInfo
.LazyTypeParameterConstraintKinds;
757
if (
_typeParameterInfo
.LazyTypeParameters.IsDefault)
761
ref
_typeParameterInfo
.LazyTypeParameters,
770
return
_typeParameterInfo
.LazyTypeParameters;