10 references to ExtensionScopes
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Expressions.cs (3)
8651
foreach (var scope in new
ExtensionScopes
(this))
11003
foreach (var scope in new
ExtensionScopes
(this))
11217
foreach (var scope in new
ExtensionScopes
(this))
Binder\Binder_Lookup.cs (1)
52
foreach (var scope in new
ExtensionScopes
(this))
Binder\Binder_Operators.cs (4)
599
foreach (var scope in new
ExtensionScopes
(this))
2122
foreach (var scope in new
ExtensionScopes
(this))
2434
foreach (var scope in new
ExtensionScopes
(this))
3691
foreach (var scope in new
ExtensionScopes
(this))
Binder\Binder_Symbols.cs (1)
1566
foreach (var scope in new
ExtensionScopes
(this))
Compilation\CSharpSemanticModel.cs (1)
4637
foreach (var scope in new
ExtensionScopes
(binder))