31 references to _packedFlags
Microsoft.CodeAnalysis.VisualBasic (31)
Symbols\Metadata\PE\PEMethodSymbol.vb (31)
47
''' the computed value is a well-known "empty" value. In this case, bits in <see cref="
_packedFlags
"/> are used
217
If Not
_packedFlags
.IsObsoleteAttributePopulated Then
231
If
_packedFlags
.IsCustomAttributesPopulated Then
235
If
_packedFlags
.IsConditionalPopulated Then
346
If Not
_packedFlags
.MethodKindIsPopulated Then
347
_packedFlags
.InitializeMethodKind(ComputeMethodKind())
350
Return
_packedFlags
.MethodKind
416
If
_packedFlags
.MethodKindIsPopulated Then
417
Return
_packedFlags
.MethodKind = MethodKind.Constructor AndAlso ParameterCount = 0
432
_packedFlags
.MethodKind = MethodKind.Constructor
545
If contender.
_packedFlags
.MethodKindIsPopulated Then
546
Select Case contender.
_packedFlags
.MethodKind
580
contender.
_packedFlags
.InitializeMethodKind(MethodKind.Ordinary)
628
If Not
_packedFlags
.IsCustomAttributesPopulated Then
637
_packedFlags
.SetIsCustomAttributesPopulated()
658
If Not
_packedFlags
.IsExtensionMethodPopulated Then
674
_packedFlags
.InitializeIsExtensionMethod(result)
677
Return
_packedFlags
.IsExtensionMethod
888
If Not
_packedFlags
.IsInitOnlyPopulated Then
894
_packedFlags
.InitializeIsInitOnly(result)
897
Return
_packedFlags
.IsInitOnly
992
_packedFlags
.MethodKind = methodKind
1174
If Not
_packedFlags
.IsUseSiteDiagnosticPopulated Then
1249
If
_packedFlags
.IsUseSiteDiagnosticPopulated Then
1257
_packedFlags
.SetIsUseSiteDiagnosticPopulated()
1263
If Not
_packedFlags
.IsObsoleteAttributePopulated Then
1269
_packedFlags
.SetIsObsoleteAttributePopulated()
1286
If Not
_packedFlags
.IsConditionalPopulated Then
1294
_packedFlags
.SetIsConditionalAttributePopulated()
1344
If
_packedFlags
.TryGetHasSetsRequiredMembers(hasSetsRequiredMembersValue) Then
1349
_packedFlags
.InitializeSetsRequiredMembers(hasSetsRequiredMembersValue)