6 references to ExtensionMethodScopes
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (3)
8392foreach (var scope in new ExtensionMethodScopes(this)) 10554foreach (var scope in new ExtensionMethodScopes(this)) 10721foreach (var scope in new ExtensionMethodScopes(this))
Binder\Binder_Lookup.cs (1)
49foreach (var scope in new ExtensionMethodScopes(this))
Binder\Binder_Symbols.cs (1)
1537foreach (var scope in new ExtensionMethodScopes(this))
Compilation\CSharpSemanticModel.cs (1)
4626foreach (var scope in new ExtensionMethodScopes(binder))