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