1 write to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
1036
_typeParameterInfo
= typeParameters.IsEmpty
8 references to _typeParameterInfo
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (8)
1069
Debug.Assert(!
_typeParameterInfo
.LazyTypeParameters.IsDefault);
1070
return
_typeParameterInfo
.LazyTypeParameters;
1076
if (
_typeParameterInfo
.LazyTypeParameterConstraintTypes.IsDefault)
1093
ref
_typeParameterInfo
.LazyTypeParameterConstraintTypes,
1101
return
_typeParameterInfo
.LazyTypeParameterConstraintTypes;
1106
if (
_typeParameterInfo
.LazyTypeParameterConstraintKinds.IsDefault)
1120
ref
_typeParameterInfo
.LazyTypeParameterConstraintKinds,
1124
return
_typeParameterInfo
.LazyTypeParameterConstraintKinds;