3 writes to LazyTypeParameterConstraintTypes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
280
ref _typeParameterInfo.
LazyTypeParameterConstraintTypes
,
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
1057
ref _typeParameterInfo.
LazyTypeParameterConstraintTypes
,
Symbols\Source\TypeParameterInfo.cs (1)
33
LazyTypeParameterConstraintTypes
= ImmutableArray<ImmutableArray<TypeWithAnnotations>>.Empty,
5 references to LazyTypeParameterConstraintTypes
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceNamedTypeSymbol.cs (3)
274
if (_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault)
288
Debug.Assert(!_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault);
289
return _typeParameterInfo.
LazyTypeParameterConstraintTypes
;
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
1040
if (_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault)
1065
return _typeParameterInfo.
LazyTypeParameterConstraintTypes
;