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