2 overrides of GetForEachSymbols
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SpeculationAnalyzer.cs (1)
812
protected override void
GetForEachSymbols
(SemanticModel model, CommonForEachStatementSyntax forEach, out IMethodSymbol getEnumeratorMethod, out ITypeSymbol elementType)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
SpeculationAnalyzer.vb (1)
596
Protected Overrides Sub
GetForEachSymbols
(model As SemanticModel, forEach As ForEachStatementSyntax, ByRef getEnumeratorMethod As IMethodSymbol, ByRef elementType As ITypeSymbol)
2 references to GetForEachSymbols
Microsoft.CodeAnalysis.Workspaces (2)
AbstractSpeculationAnalyzer.cs (2)
743
GetForEachSymbols
(this.OriginalSemanticModel, forEachStatement, out var originalGetEnumerator, out var originalElementType);
744
GetForEachSymbols
(this.SpeculativeSemanticModel, newForEachStatement, out var newGetEnumerator, out var newElementType);