20 references to SyntaxTreeWithoutSemanticsAnalysis
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (1)
191=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis | DiagnosticAnalyzerCategory.SemanticDocumentAnalysis | DiagnosticAnalyzerCategory.ProjectAnalysis;
Microsoft.CodeAnalysis.CSharp.Features (6)
ArrowExpressionClausePlacementDiagnosticAnalyzer.cs (1)
28=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
ConditionalExpressionPlacementDiagnosticAnalyzer.cs (1)
29=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
ConsecutiveBracePlacementDiagnosticAnalyzer.cs (1)
29=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
ConstructorInitializerPlacementDiagnosticAnalyzer.cs (1)
30=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
CSharpRemoveRedundantNullableDirectiveDiagnosticAnalyzer.cs (1)
34=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
EmbeddedStatementPlacementDiagnosticAnalyzer.cs (1)
29=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
Diagnostics\AbstractSuppressionAllCodeTests.cs (1)
162=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
1285=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
Microsoft.CodeAnalysis.Features (6)
AbstractAddAccessibilityModifiersDiagnosticAnalyzer.cs (1)
28=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
AbstractConsecutiveStatementPlacementDiagnosticAnalyzer.cs (1)
34=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
AbstractFileHeaderDiagnosticAnalyzer.cs (1)
36=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
AbstractFormattingAnalyzer.cs (1)
26=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
AbstractMultipleBlankLinesDiagnosticAnalyzer.cs (1)
30=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
AbstractOrderModifiersDiagnosticAnalyzer.cs (1)
34=> DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis;
Microsoft.CodeAnalysis.Workspaces (5)
Diagnostics\DiagnosticAnalyzerExtensions.cs (5)
14FileContentLoadAnalyzer _ => DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis, 15DocumentDiagnosticAnalyzer _ => DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis | DiagnosticAnalyzerCategory.SemanticDocumentAnalysis, 22? DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis | DiagnosticAnalyzerCategory.SemanticSpanAnalysis | DiagnosticAnalyzerCategory.ProjectAnalysis 23: DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis | DiagnosticAnalyzerCategory.SemanticDocumentAnalysis | DiagnosticAnalyzerCategory.ProjectAnalysis 37return (category & DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis) != 0;