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