private static Location?GetExpectedArgumentLocation(AttributeData attributeData) { return(attributeData.GetNamedArgumentSyntax(NUnitFrameworkConstants.NameOfExpectedResult)?.GetLocation()); }