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