Struct ResolvedEventSymbol
An event data model wrapping an IEventSymbol.
public readonly struct ResolvedEventSymbol
- Inherited Members
Properties
CustomName
Gets a custom name to be applied to the method, if specified.
public string? CustomName { get; init; }
Property Value
Event
Gets the resolved event symbol.
public required IEventSymbol Event { get; init; }
Property Value
IsAmbiguous
Gets a value indicating whether the member is ambiguous due to diamond inheritance.
public bool IsAmbiguous { get; init; }