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