1 write to _lazyIsSecurityAttribute
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\AttributeData.vb (1)
182
_lazyIsSecurityAttribute
= Me.AttributeClass.IsOrDerivedFromWellKnownClass(WellKnownType.System_Security_Permissions_SecurityAttribute, comp, useSiteInfo:=CompoundUseSiteInfo(Of AssemblySymbol).Discarded).ToThreeState()
2 references to _lazyIsSecurityAttribute
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Attributes\AttributeData.vb (2)
181
If
_lazyIsSecurityAttribute
= ThreeState.Unknown Then
185
Return
_lazyIsSecurityAttribute
.Value