1 write to _lazyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedEventSymbol.cs (1)
31Interlocked.CompareExchange(ref _lazyType, new TypeWithAnnotations.Boxed(type), null);
2 references to _lazyType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedEventSymbol.cs (2)
28if (_lazyType == null) 34return _lazyType.Value;