44 references to FixedStatement
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Statements.cs (1)
102case SyntaxKind.FixedStatement:
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.cs (1)
139case SyntaxKind.FixedStatement:
Symbols\Source\SourceLocalSymbol.cs (1)
175new[] { SyntaxKind.LocalDeclarationStatement, SyntaxKind.ForStatement, SyntaxKind.UsingStatement, SyntaxKind.FixedStatement }.
Syntax\LambdaUtilities.cs (1)
407case SyntaxKind.FixedStatement:
Syntax\LookupPosition.cs (2)
331case SyntaxKind.FixedStatement: 394case SyntaxKind.FixedStatement:
Syntax\SyntaxFacts.cs (1)
355return current != null && current.IsKind(FixedStatement);
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
CSharpAddBracesDiagnosticAnalyzer.cs (2)
43SyntaxKind.FixedStatement); 79case SyntaxKind.FixedStatement:
CSharpInlineDeclarationDiagnosticAnalyzer.cs (1)
292case SyntaxKind.FixedStatement:
FormattingRangeHelper.cs (1)
370SyntaxKind.FixedStatement or
NewLineUserSettingFormattingRule.cs (1)
68case SyntaxKind.FixedStatement:
SpacingFormattingRule.cs (1)
614SyntaxKind.FixedStatement or SyntaxKind.CatchFilterClause;
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTokenExtensions.cs\SyntaxTokenExtensions.cs (1)
170parent.IsKind(SyntaxKind.FixedStatement);
Microsoft.CodeAnalysis.CSharp.Features (13)
BraceCompletion\CurlyBraceCompletionService.cs (1)
231case SyntaxKind.FixedStatement:
CSharpAddBracesDiagnosticAnalyzer.cs (2)
43SyntaxKind.FixedStatement); 79case SyntaxKind.FixedStatement:
CSharpInlineDeclarationDiagnosticAnalyzer.cs (1)
292case SyntaxKind.FixedStatement:
EditAndContinue\BreakpointSpans.cs (1)
523case SyntaxKind.FixedStatement:
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (3)
1736case SyntaxKind.FixedStatement: 2112case SyntaxKind.FixedStatement: 3043ReportUnmatchedStatements<FixedStatementSyntax>(diagnostics, match, n => n.IsKind(SyntaxKind.FixedStatement), oldActiveStatement, newActiveStatement,
EditAndContinue\SyntaxComparer.cs (3)
395case SyntaxKind.FixedStatement: 847case SyntaxKind.FixedStatement: 1052case SyntaxKind.FixedStatement:
LambdaUtilities.cs (1)
407case SyntaxKind.FixedStatement:
Structure\Providers\BlockSyntaxStructureProvider.cs (1)
146case SyntaxKind.FixedStatement: return BlockTypes.Statement;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\OutVarTests.cs (1)
1186case SyntaxKind.FixedStatement:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (12)
Parsing\DeclarationScopeParsingTests.cs (3)
14976N(SyntaxKind.FixedStatement); 15023N(SyntaxKind.FixedStatement); 15070N(SyntaxKind.FixedStatement);
Parsing\FunctionPointerTests.cs (1)
2892N(SyntaxKind.FixedStatement);
Parsing\ParsingErrorRecoveryTests.cs (3)
3895Assert.Equal(SyntaxKind.FixedStatement, ms.Body.Statements[0].Kind()); 3916Assert.Equal(SyntaxKind.FixedStatement, ms.Body.Statements[0].Kind()); 3961Assert.Equal(SyntaxKind.FixedStatement, ms.Body.Statements[0].Kind());
Parsing\ScriptParsingTests.cs (1)
1339N(SyntaxKind.FixedStatement);
Parsing\StatementAttributeParsingTests.cs (1)
1625N(SyntaxKind.FixedStatement);
Parsing\StatementParsingTests.cs (3)
871Assert.Equal(SyntaxKind.FixedStatement, statement.Kind()); 898Assert.Equal(SyntaxKind.FixedStatement, statement.Kind()); 928Assert.Equal(SyntaxKind.FixedStatement, statement.Kind());
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FormattingRangeHelper.cs (1)
370SyntaxKind.FixedStatement or
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTokenExtensions.cs\SyntaxTokenExtensions.cs (1)
170parent.IsKind(SyntaxKind.FixedStatement);
NewLineUserSettingFormattingRule.cs (1)
68case SyntaxKind.FixedStatement:
SpacingFormattingRule.cs (1)
614SyntaxKind.FixedStatement or SyntaxKind.CatchFilterClause;