6 references to IndexOf
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
2767
var index =
IndexOf
(GetSubDeclarations(fullDecl), declaration);
2906
var index = this.
IndexOf
(subDecls, declaration);
2946
var index = this.
IndexOf
(subDecls, declaration);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeGeneration\VisualBasicSyntaxGenerator.vb (3)
3666
Dim index = MyBase.
IndexOf
(GetSubDeclarations(fullDecl), declaration)
3745
Dim index = MyBase.
IndexOf
(subDecls, declaration)
3771
Dim index = MyBase.
IndexOf
(subDecls, declaration)