1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
101_typeParameterInfo = declaration.Arity == 0
11 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceNamedTypeSymbol.cs (11)
278if (_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault) 284ref _typeParameterInfo.LazyTypeParameterConstraintTypes, 292Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault); 293return _typeParameterInfo.LazyTypeParameterConstraintTypes; 307if (_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault) 310ref _typeParameterInfo.LazyTypeParameterConstraintKinds, 314Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault); 315return _typeParameterInfo.LazyTypeParameterConstraintKinds; 753if (_typeParameterInfo.LazyTypeParameters.IsDefault) 757ref _typeParameterInfo.LazyTypeParameters, 766return _typeParameterInfo.LazyTypeParameters;