4 references to IndexOf
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
439int index = tryAndCatch.NestedRegions.IndexOf(enclosing, startIndex: 1);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
352var index = tryAndCatch.NestedRegions.IndexOf(enclosing, startIndex: 1);
Microsoft.CodeAnalysis.Test.Utilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
352var index = tryAndCatch.NestedRegions.IndexOf(enclosing, startIndex: 1);
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
352var index = tryAndCatch.NestedRegions.IndexOf(enclosing, startIndex: 1);