1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
98_typeParameterInfo = declaration.Arity == 0
11 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceNamedTypeSymbol.cs (11)
274if (_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault) 280ref _typeParameterInfo.LazyTypeParameterConstraintTypes, 288Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault); 289return _typeParameterInfo.LazyTypeParameterConstraintTypes; 303if (_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault) 306ref _typeParameterInfo.LazyTypeParameterConstraintKinds, 310Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault); 311return _typeParameterInfo.LazyTypeParameterConstraintKinds; 748if (_typeParameterInfo.LazyTypeParameters.IsDefault) 752ref _typeParameterInfo.LazyTypeParameters, 761return _typeParameterInfo.LazyTypeParameters;