29 references to _packedFlags
Microsoft.CodeAnalysis.VisualBasic (29)
Symbols\Metadata\PE\PEMethodSymbol.vb (29)
46
''' the computed value is a well-known "empty" value. In this case, bits in <see cref="
_packedFlags
"/> are used
200
If Not
_packedFlags
.IsObsoleteAttributePopulated Then
214
If
_packedFlags
.IsCustomAttributesPopulated Then
218
If
_packedFlags
.IsConditionalPopulated Then
329
If Not
_packedFlags
.MethodKindIsPopulated Then
330
_packedFlags
.InitializeMethodKind(ComputeMethodKind())
333
Return
_packedFlags
.MethodKind
399
If
_packedFlags
.MethodKindIsPopulated Then
400
Return
_packedFlags
.MethodKind = MethodKind.Constructor AndAlso ParameterCount = 0
415
_packedFlags
.MethodKind = MethodKind.Constructor
528
If contender.
_packedFlags
.MethodKindIsPopulated Then
529
Select Case contender.
_packedFlags
.MethodKind
563
contender.
_packedFlags
.InitializeMethodKind(MethodKind.Ordinary)
611
If Not
_packedFlags
.IsCustomAttributesPopulated Then
620
_packedFlags
.SetIsCustomAttributesPopulated()
641
If Not
_packedFlags
.IsExtensionMethodPopulated Then
657
_packedFlags
.InitializeIsExtensionMethod(result)
660
Return
_packedFlags
.IsExtensionMethod
865
If Not
_packedFlags
.IsInitOnlyPopulated Then
871
_packedFlags
.InitializeIsInitOnly(result)
874
Return
_packedFlags
.IsInitOnly
969
_packedFlags
.MethodKind = methodKind
1141
If Not
_packedFlags
.IsUseSiteDiagnosticPopulated Then
1204
If
_packedFlags
.IsUseSiteDiagnosticPopulated Then
1212
_packedFlags
.SetIsUseSiteDiagnosticPopulated()
1218
If Not
_packedFlags
.IsObsoleteAttributePopulated Then
1224
_packedFlags
.SetIsObsoleteAttributePopulated()
1241
If Not
_packedFlags
.IsConditionalPopulated Then
1249
_packedFlags
.SetIsConditionalAttributePopulated()