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)
281if (_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault) 287ref _typeParameterInfo.LazyTypeParameterConstraintTypes, 295Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault); 296return _typeParameterInfo.LazyTypeParameterConstraintTypes; 310if (_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault) 313ref _typeParameterInfo.LazyTypeParameterConstraintKinds, 317Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault); 318return _typeParameterInfo.LazyTypeParameterConstraintKinds; 757if (_typeParameterInfo.LazyTypeParameters.IsDefault) 761ref _typeParameterInfo.LazyTypeParameters, 770return _typeParameterInfo.LazyTypeParameters;