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)
276if (_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault) 282ref _typeParameterInfo.LazyTypeParameterConstraintTypes, 290Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault); 291return _typeParameterInfo.LazyTypeParameterConstraintTypes; 305if (_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault) 308ref _typeParameterInfo.LazyTypeParameterConstraintKinds, 312Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault); 313return _typeParameterInfo.LazyTypeParameterConstraintKinds; 751if (_typeParameterInfo.LazyTypeParameters.IsDefault) 755ref _typeParameterInfo.LazyTypeParameters, 764return _typeParameterInfo.LazyTypeParameters;