2 writes to m_returnType
AssemblyStripper (2)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\MethodReturnType.cs (2)
49 set { m_returnType = value; } 93 m_returnType = retType;
3 references to m_returnType
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\MethodReturnType.cs (3)
48 get { return m_returnType; } 55 m_param = new ParameterDefinition (m_returnType); 98 return String.Format ("[return: {0}]", m_returnType);