1 write to _underlyingEvent
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Wrapped\WrappedEventSymbol.cs (1)
32_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)
39return _underlyingEvent; 47return _underlyingEvent.IsImplicitlyDeclared; 55return _underlyingEvent.HasSpecialName; 63return _underlyingEvent.Name; 69return _underlyingEvent.GetDocumentationCommentXml(preferredCulture, expandIncludes, cancellationToken); 76return _underlyingEvent.Locations; 84return _underlyingEvent.DeclaringSyntaxReferences; 92return _underlyingEvent.DeclaredAccessibility; 100return _underlyingEvent.IsStatic; 108return _underlyingEvent.IsVirtual; 116return _underlyingEvent.IsOverride; 124return _underlyingEvent.IsAbstract; 132return _underlyingEvent.IsSealed; 140return _underlyingEvent.IsExtern; 148return _underlyingEvent.ObsoleteAttributeData; 156return _underlyingEvent.IsWindowsRuntimeEvent; 164return _underlyingEvent.HasRuntimeSpecialName;