3 references to IndexOf
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
2906var index = IndexOf(GetSubDeclarations(fullDecl), declaration); 3045var index = this.IndexOf(subDecls, declaration); 3085var index = this.IndexOf(subDecls, declaration);