Base:
property
UnderlyingMethod
Microsoft.CodeAnalysis.CSharp.Symbols.WrappedMethodSymbol.UnderlyingMethod
5 references to UnderlyingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
116
var underlyingImplementation = _underlyingType.TryGetCorrespondingExtensionImplementationMethod(((RetargetingMethodSymbol)method).
UnderlyingMethod
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\CompilationCreationTests.cs (1)
2335
Assert.Same(localC3Foo2, ((RetargetingMethodSymbol)foo2).
UnderlyingMethod
);
Symbols\Retargeting\RetargetCustomModifiers.cs (1)
199
Assert.Equal(((RetargetingMethodSymbol)m1).
UnderlyingMethod
.CallingConvention, m1.CallingConvention);
Symbols\Retargeting\RetargetingTests.cs (2)
691
CheckUnderlyingMember(sourceMethod, retargetingMethod.
UnderlyingMethod
);
1308
return ((RetargetingMethodSymbol)symbol).
UnderlyingMethod
;