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