Base:
property
UnderlyingMethod
Microsoft.CodeAnalysis.CSharp.Symbols.WrappedMethodSymbol.UnderlyingMethod
1 write to UnderlyingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NativeIntegerTypeSymbol.cs (1)
343
UnderlyingMethod
= underlyingMethod;
8 references to UnderlyingMethod
Microsoft.CodeAnalysis.CSharp (8)
Emitter\Model\PEModuleBuilder.cs (1)
1302
else if (methodSymbol is NativeIntegerMethodSymbol {
UnderlyingMethod
: MethodSymbol underlyingMethod })
Symbols\NativeIntegerTypeSymbol.cs (7)
351
public override TypeWithAnnotations ReturnTypeWithAnnotations => _container.SubstituteUnderlyingType(
UnderlyingMethod
.ReturnTypeWithAnnotations);
363
var parameters =
UnderlyingMethod
.Parameters.SelectAsArray((p, m) => (ParameterSymbol)new NativeIntegerParameterSymbol(m._container, m, p), this);
372
public override ImmutableArray<CustomModifier> RefCustomModifiers =>
UnderlyingMethod
.RefCustomModifiers;
374
internal override UnmanagedCallersOnlyAttributeData? GetUnmanagedCallersOnlyAttributeData(bool forceComplete) =>
UnderlyingMethod
.GetUnmanagedCallersOnlyAttributeData(forceComplete);
385
public override bool Equals(Symbol? other, TypeCompareKind comparison) => NativeIntegerTypeSymbol.EqualsHelper(this, other, comparison, symbol => symbol.
UnderlyingMethod
);
387
public override int GetHashCode() =>
UnderlyingMethod
.GetHashCode();
404
=>
UnderlyingMethod
.TryGetOverloadResolutionPriority();