Struct ResolvedMethodSymbol
A resolved method symbol that includes additional metadata.
public readonly struct ResolvedMethodSymbol
- Inherited Members
Properties
CustomName
Gets a custom name to be applied to the method, if specified.
public string? CustomName { get; init; }
Property Value
IsAmbiguous
Gets a value indicating whether the method is ambiguous due to diamond inheritance.
public bool IsAmbiguous { get; init; }
Property Value
MethodSymbol
Gets the resolved method symbol.
public required IMethodSymbol MethodSymbol { get; init; }