2 overrides of HasHiddenRegions
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
695public override bool HasHiddenRegions()
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.vb (1)
471Public Overrides Function HasHiddenRegions() As Boolean
33 references to HasHiddenRegions
GenerateDocumentationAndConfigFiles (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Metrics (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Metrics.Legacy (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
2349hasHiddenRegions = tree.HasHiddenRegions();
Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
Microsoft.CodeAnalysis.Analyzers (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\CompilationUnitSyntaxExtensions.cs (1)
24if (!allowInHiddenRegions && contextNode.SyntaxTree.HasHiddenRegions())
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\CompilationUnitSyntaxExtensions.cs (1)
24if (!allowInHiddenRegions && contextNode.SyntaxTree.HasHiddenRegions())
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Roslyn.Diagnostics.Analyzers (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\CompilationUnitSyntaxExtensions.cs (1)
24if (!allowInHiddenRegions && contextNode.SyntaxTree.HasHiddenRegions())
Test.Utilities (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())
Text.Analyzers (2)
src\Compilers\Core\Portable\Syntax\SyntaxTreeExtensions.cs (1)
113if (!tree.HasHiddenRegions())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
100if (!tree.HasHiddenRegions())