3 instantiations of MethodReturnType
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\DefaultImporter.cs (1)
104 new MethodReturnType (ImportTypeReference (ori.ReturnType.ReturnType, context)));
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\MethodReference.cs (1)
98 m_returnType = new MethodReturnType (null);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (1)
1050 return new MethodReturnType (retType);
11 references to MethodReturnType
AssemblyStripper (11)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\CallSite.cs (2)
63 public MethodReturnType ReturnType { 77 public CallSite (bool hasThis, bool explicitThis, MethodCallingConvention callConv, MethodReturnType retType)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\FunctionPointerType.cs (2)
61 public MethodReturnType ReturnType { 104 public FunctionPointerType (bool hasThis, bool explicitThis, MethodCallingConvention callConv, MethodReturnType retType) :
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\IMethodSignature.cs (1)
39 MethodReturnType ReturnType { get; }
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\MethodReference.cs (2)
36 MethodReturnType m_returnType; 82 public virtual MethodReturnType ReturnType {
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\MethodSpecification.cs (1)
62 public override MethodReturnType ReturnType {
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (2)
790 MethodReturnType mrt = mdef.ReturnType; 1035 public MethodReturnType GetMethodReturnType (MethodSig msig, GenericContext context)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (1)
526 static bool RequiresParameterRow (MethodReturnType mrt)