1 write to _underlyingEvent
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Wrapped\WrappedEventSymbol.cs (1)
30_underlyingEvent = underlyingEvent;
31 references to _underlyingEvent
Microsoft.CodeAnalysis.CSharp (31)
Symbols\Retargeting\RetargetingEventSymbol.cs (13)
53return this.RetargetingTranslator.Retarget(_underlyingEvent.TypeWithAnnotations, RetargetOptions.RetargetPrimitiveTypesByTypeCode); 61return (object?)_underlyingEvent.AddMethod == null 63: this.RetargetingTranslator.Retarget(_underlyingEvent.AddMethod); 71return (object?)_underlyingEvent.RemoveMethod == null 73: this.RetargetingTranslator.Retarget(_underlyingEvent.RemoveMethod); 81return (object?)_underlyingEvent.AssociatedField == null 83: this.RetargetingTranslator.Retarget(_underlyingEvent.AssociatedField); 89get { return _underlyingEvent.IsExplicitInterfaceImplementation; } 109var impls = _underlyingEvent.ExplicitInterfaceImplementations; 136return this.RetargetingTranslator.Retarget(_underlyingEvent.ContainingSymbol); 158return _underlyingEvent.GetAttributes(); 163return this.RetargetingTranslator.RetargetAttributes(_underlyingEvent.GetCustomAttributesToEmit(moduleBuilder)); 170return _underlyingEvent.MustCallMethodsDirectly;
Symbols\SubstitutedEventSymbol.cs (1)
50return _underlyingEvent;
Symbols\Wrapped\WrappedEventSymbol.cs (17)
37return _underlyingEvent; 45return _underlyingEvent.IsImplicitlyDeclared; 53return _underlyingEvent.HasSpecialName; 61return _underlyingEvent.Name; 67return _underlyingEvent.GetDocumentationCommentXml(preferredCulture, expandIncludes, cancellationToken); 74return _underlyingEvent.Locations; 82return _underlyingEvent.DeclaringSyntaxReferences; 90return _underlyingEvent.DeclaredAccessibility; 98return _underlyingEvent.IsStatic; 106return _underlyingEvent.IsVirtual; 114return _underlyingEvent.IsOverride; 122return _underlyingEvent.IsAbstract; 130return _underlyingEvent.IsSealed; 138return _underlyingEvent.IsExtern; 146return _underlyingEvent.ObsoleteAttributeData; 154return _underlyingEvent.IsWindowsRuntimeEvent; 162return _underlyingEvent.HasRuntimeSpecialName;