1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
100_typeParameterInfo = declaration.Arity == 0
11 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceNamedTypeSymbol.cs (11)
277if (_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault) 283ref _typeParameterInfo.LazyTypeParameterConstraintTypes, 291Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintTypes.IsDefault); 292return _typeParameterInfo.LazyTypeParameterConstraintTypes; 306if (_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault) 309ref _typeParameterInfo.LazyTypeParameterConstraintKinds, 313Debug.Assert(!_typeParameterInfo.LazyTypeParameterConstraintKinds.IsDefault); 314return _typeParameterInfo.LazyTypeParameterConstraintKinds; 752if (_typeParameterInfo.LazyTypeParameters.IsDefault) 756ref _typeParameterInfo.LazyTypeParameters, 765return _typeParameterInfo.LazyTypeParameters;