3 writes to LazyTypeParameterConstraintTypes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
282
ref _typeParameterInfo.
LazyTypeParameterConstraintTypes
,
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
1076
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)
276
if (_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault)
290
Debug.Assert(!_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault);
291
return _typeParameterInfo.
LazyTypeParameterConstraintTypes
;
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
1059
if (_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault)
1084
return _typeParameterInfo.
LazyTypeParameterConstraintTypes
;