Base:
method
GetForEachStatementInfo
Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.GetForEachStatementInfo(Microsoft.CodeAnalysis.CSharp.Syntax.ForEachStatementSyntax)
2 references to GetForEachStatementInfo
Microsoft.CodeAnalysis.CSharp (2)
Compilation\SpeculativeSemanticModelWithMemberModel.cs (1)
402
return GetEnclosingMemberModel(node).
GetForEachStatementInfo
(node);
Compilation\SyntaxTreeSemanticModel.cs (1)
2363
return memberModel == null ? default(ForEachStatementInfo) : memberModel.
GetForEachStatementInfo
(node);