2 references to BindParameterOrReturnType
Microsoft.CodeAnalysis.Features (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (2)
764var boundReturnType = BindParameterOrReturnType(methodSymbol, returnType.Value); 801var parameterType = BindParameterOrReturnType(symbol.ContainingSymbol, parameterInfo.Type);