3 instantiations of ExtensionScope
Microsoft.CodeAnalysis.CSharp (3)
Binder\ExtensionScope.cs (3)
54_current = new ExtensionScope(); 84return new ExtensionScope(scope); 88return new ExtensionScope();
17 references to ExtensionScope
Microsoft.CodeAnalysis.CSharp (17)
Binder\Binder_Expressions.cs (6)
8555foreach (var scope in new ExtensionScopes(this)) 8614ExtensionScope scope, 8846ExtensionScope scope, 8884private void LookupExtensionMethods(LookupResult lookupResult, ExtensionScope scope, string rightName, int arity, ref CompoundUseSiteInfo<AssemblySymbol> useSiteInfo) 10897foreach (var scope in new ExtensionScopes(this)) 11074foreach (var scope in new ExtensionScopes(this))
Binder\Binder_Lookup.cs (2)
52foreach (var scope in new ExtensionScopes(this)) 535private void LookupExtensionMethodsInSingleBinder(ExtensionScope scope, LookupResult result, string name, int arity, LookupOptions options, ref CompoundUseSiteInfo<AssemblySymbol> useSiteInfo)
Binder\Binder_Operators.cs (4)
581foreach (var scope in new ExtensionScopes(this)) 2026foreach (var scope in new ExtensionScopes(this)) 2314foreach (var scope in new ExtensionScopes(this)) 3540foreach (var scope in new ExtensionScopes(this))
Binder\Binder_Symbols.cs (1)
1565foreach (var scope in new ExtensionScopes(this))
Binder\ExtensionScope.cs (3)
49private ExtensionScope _current; 57public ExtensionScope Current 78private static ExtensionScope GetNextScope(Binder binder)
Compilation\CSharpSemanticModel.cs (1)
4641foreach (var scope in new ExtensionScopes(binder))