6 references to GetReturnType
Microsoft.Cci.Extensions (2)
Extensions\CSharp\CSharpCciExtensions.cs (1)
492var returnType = member.GetReturnType();
Filters\DocIdExcludeListFilter.cs (1)
58ITypeReference returnType = member.GetReturnType();
Microsoft.DotNet.ApiCompat.Core (4)
Rules\Compat\DelegatesMustMatch.cs (2)
41ITypeReference implReturnType = implMethod.GetReturnType(); 42ITypeReference contractReturnType = contractMethod.GetReturnType();
Rules\Compat\MembersMustExist.cs (2)
126ITypeReference implType = implMethod.GetReturnType(); 127ITypeReference contractType = contractMethod.GetReturnType();