2 references to MatchesParameterCore
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\InstantiateArgumentExceptionsCorrectly.cs (2)
217if (MatchesParameterCore(symbol, stringArgumentValue, strict)) 237if (symbol != null && MatchesParameterCore(symbol, stringArgumentValue, strict))