1 write to _underlying
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\EventSymbol.cs (1)
19_underlying = underlying;
10 references to _underlying
Microsoft.CodeAnalysis.CSharp (10)
Symbols\PublicModel\EventSymbol.cs (10)
22internal override CSharp.Symbol UnderlyingSymbol => _underlying; 23internal Symbols.EventSymbol UnderlyingEventSymbol => _underlying; 31Interlocked.CompareExchange(ref _lazyType, _underlying.TypeWithAnnotations.GetPublicSymbol(), null); 38CodeAnalysis.NullableAnnotation IEventSymbol.NullableAnnotation => _underlying.TypeWithAnnotations.ToPublicAnnotation(); 44return _underlying.AddMethod.GetPublicSymbol(); 52return _underlying.RemoveMethod.GetPublicSymbol(); 69return _underlying.OriginalDefinition.GetPublicSymbol(); 77return _underlying.OverriddenEvent.GetPublicSymbol(); 85return _underlying.ExplicitInterfaceImplementations.GetPublicSymbols(); 89bool IEventSymbol.IsWindowsRuntimeEvent => _underlying.IsWindowsRuntimeEvent;