1 write to _excludedFrameworks
Microsoft.AspNetCore.InternalTesting (1)
xunit\FrameworkSkipConditionAttribute.cs (1)
15
_excludedFrameworks
= excludedFrameworks;
1 reference to _excludedFrameworks
Microsoft.AspNetCore.InternalTesting (1)
xunit\FrameworkSkipConditionAttribute.cs (1)
22
return CanRunOnThisFramework(
_excludedFrameworks
);