2 writes to _lazyIsSecurityAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Attributes\AttributeData.cs (2)
116_lazyIsSecurityAttribute = AttributeClass.IsDerivedFrom(wellKnownType, TypeCompareKind.ConsiderEverything, useSiteInfo: ref discardedUseSiteInfo).ToThreeState(); 120_lazyIsSecurityAttribute = ThreeState.False;
2 references to _lazyIsSecurityAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Attributes\AttributeData.cs (2)
99if (_lazyIsSecurityAttribute == ThreeState.Unknown) 124return _lazyIsSecurityAttribute.Value();