25 references to UnderlyingMethod
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedMethod.cs (1)
311return UnderlyingMethod.GetInternalSymbol().GetISymbol().ToDisplayString(SymbolDisplayFormat.ILVisualizationFormat);
Microsoft.CodeAnalysis.CSharp (24)
Emitter\NoPia\EmbeddedMethod.cs (24)
38return UnderlyingMethod.AdaptedSymbol.GetCustomAttributesToEmit(moduleBuilder); 43return EmbeddedTypesManager.EmbedParameters(this, UnderlyingMethod.AdaptedMethodSymbol.Parameters); 48return UnderlyingMethod.AdaptedMethodSymbol.TypeParameters.SelectAsArray((t, m) => new EmbeddedTypeParameter(m, t.GetCciAdapter()), this); 55return UnderlyingMethod.AdaptedMethodSymbol.IsAbstract; 63return UnderlyingMethod.AdaptedMethodSymbol.IsAccessCheckedOnOverride; 71return UnderlyingMethod.AdaptedMethodSymbol.MethodKind == MethodKind.Constructor; 79return UnderlyingMethod.AdaptedMethodSymbol.IsExternal; 87return !UnderlyingMethod.AdaptedMethodSymbol.HidesBaseMethodsByName; 95return UnderlyingMethod.AdaptedMethodSymbol.IsMetadataNewSlot(TypeManager.ModuleBeingBuilt.SourceModule); 103return UnderlyingMethod.AdaptedMethodSymbol.GetDllImportData(); 111return UnderlyingMethod.AdaptedMethodSymbol.HasRuntimeSpecialName; 119return UnderlyingMethod.AdaptedMethodSymbol.HasSpecialName; 127bool isMetadataFinal = UnderlyingMethod.AdaptedMethodSymbol.IsMetadataFinal; 138return UnderlyingMethod.AdaptedMethodSymbol.IsStatic; 146return UnderlyingMethod.AdaptedMethodSymbol.IsMetadataVirtual(TypeManager.ModuleBeingBuilt.SourceModule); 152return UnderlyingMethod.AdaptedMethodSymbol.ImplementationAttributes; 159return UnderlyingMethod.AdaptedMethodSymbol.ReturnValueIsMarshalledExplicitly; 167return UnderlyingMethod.AdaptedMethodSymbol.ReturnValueMarshallingInformation; 175return UnderlyingMethod.AdaptedMethodSymbol.ReturnValueMarshallingDescriptor; 180=> UnderlyingMethod.AdaptedMethodSymbol.MetadataVisibility; 184get { return UnderlyingMethod.AdaptedMethodSymbol.MetadataName; } 191return UnderlyingMethod.AdaptedMethodSymbol.IsVararg; 199return (Cci.ISignature)UnderlyingMethod; 207return UnderlyingMethod.AdaptedMethodSymbol.ContainingNamespace.GetCciAdapter();