示例#1
0
 private static Location?GetExpectedArgumentLocation(AttributeData attributeData)
 {
     return(attributeData.GetNamedArgumentSyntax(NUnitFrameworkConstants.NameOfExpectedResult)?.GetLocation());
 }