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)
273if (_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault) 279ref _typeParameterInfo.LazyTypeParameterConstraintTypes, 287Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault); 288return _typeParameterInfo.LazyTypeParameterConstraintTypes; 302if (_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault) 305ref _typeParameterInfo.LazyTypeParameterConstraintKinds, 309Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault); 310return _typeParameterInfo.LazyTypeParameterConstraintKinds; 747if (_typeParameterInfo.LazyTypeParameters.IsDefault) 751ref _typeParameterInfo.LazyTypeParameters, 760return _typeParameterInfo.LazyTypeParameters;