1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
990
_typeParameterInfo
= typeParameters.IsEmpty
8 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (8)
1023
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameters.IsDefault);
1024
return
_typeParameterInfo
.LazyTypeParameters;
1030
if (
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault)
1047
ref
_typeParameterInfo
.LazyTypeParameterConstraintTypes,
1055
return
_typeParameterInfo
.LazyTypeParameterConstraintTypes;
1060
if (
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault)
1074
ref
_typeParameterInfo
.LazyTypeParameterConstraintKinds,
1078
return
_typeParameterInfo
.LazyTypeParameterConstraintKinds;