1 write to _flags
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
94
_flags
= If((flags And GenericParameterAttributes.NotNullableValueTypeConstraint) = 0, flags, flags And Not GenericParameterAttributes.DefaultConstructorConstraint)
7 references to _flags
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Metadata\PE\PETypeParameterSymbol.vb (7)
216
If ((
_flags
And GenericParameterAttributes.NotNullableValueTypeConstraint) <> 0) AndAlso
231
If (hasUnmanagedModreqPattern AndAlso (
_flags
And GenericParameterAttributes.NotNullableValueTypeConstraint) = 0) OrElse
287
Return (
_flags
And GenericParameterAttributes.DefaultConstructorConstraint) <> 0
293
Return (
_flags
And GenericParameterAttributes.ReferenceTypeConstraint) <> 0
299
Return (
_flags
And GenericParameterAttributes.NotNullableValueTypeConstraint) <> 0
305
Return (
_flags
And MetadataHelpers.GenericParameterAttributesAllowByRefLike) <> 0
311
Return CType((
_flags
And GenericParameterAttributes.VarianceMask), VarianceKind)