1 write to _flags
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
93
_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)
215
If ((
_flags
And GenericParameterAttributes.NotNullableValueTypeConstraint) <> 0) AndAlso
230
If (hasUnmanagedModreqPattern AndAlso (
_flags
And GenericParameterAttributes.NotNullableValueTypeConstraint) = 0) OrElse
286
Return (
_flags
And GenericParameterAttributes.DefaultConstructorConstraint) <> 0
292
Return (
_flags
And GenericParameterAttributes.ReferenceTypeConstraint) <> 0
298
Return (
_flags
And GenericParameterAttributes.NotNullableValueTypeConstraint) <> 0
304
Return (
_flags
And MetadataHelpers.GenericParameterAttributesAllowByRefLike) <> 0
310
Return CType((
_flags
And GenericParameterAttributes.VarianceMask), VarianceKind)