3 writes to LazyTypeParameterConstraintTypes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
283
ref _typeParameterInfo.
LazyTypeParameterConstraintTypes
,
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
1078
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)
277
if (_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault)
291
Debug.Assert(!_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault);
292
return _typeParameterInfo.
LazyTypeParameterConstraintTypes
;
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
1061
if (_typeParameterInfo.
LazyTypeParameterConstraintTypes
.IsDefault)
1086
return _typeParameterInfo.
LazyTypeParameterConstraintTypes
;