3 writes to LazyTypeParameterConstraintTypes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
279
ref _typeParameterInfo.
LazyTypeParameterConstraintTypes
,
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
1047
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)
273
if (_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault)
287
Debug.Assert(!_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault);
288
return _typeParameterInfo.
LazyTypeParameterConstraintTypes
;
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
1030
if (_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault)
1055
return _typeParameterInfo.
LazyTypeParameterConstraintTypes
;