3 references to OutsideNamespaceIgnoringAliasesOption
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (3)
src\Analyzers\CSharp\Tests\MisplacedUsingDirectives\MisplacedUsingDirectivesTests.cs (3)
749
return TestInRegularAndScriptAsync(testCode, fixedTestCode,
OutsideNamespaceIgnoringAliasesOption
, placeSystemNamespaceFirst: true);
781
return TestInRegularAndScriptAsync(testCode, fixedTestCode,
OutsideNamespaceIgnoringAliasesOption
, placeSystemNamespaceFirst: true);
813
return TestInRegularAndScriptAsync(testCode, fixedTestCode,
OutsideNamespaceIgnoringAliasesOption
, placeSystemNamespaceFirst: true);