3 instantiations of ExtensionScope
Microsoft.CodeAnalysis.CSharp (3)
Binder\ExtensionScope.cs (3)
54
_current = new
ExtensionScope
();
84
return new
ExtensionScope
(scope);
88
return new
ExtensionScope
();
13 references to ExtensionScope
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder_Expressions.cs (6)
8545
foreach (
var
scope in new ExtensionScopes(this))
8604
ExtensionScope
scope,
8836
ExtensionScope
scope,
8874
private void LookupExtensionMethods(LookupResult lookupResult,
ExtensionScope
scope, string rightName, int arity, ref CompoundUseSiteInfo<AssemblySymbol> useSiteInfo)
10887
foreach (
var
scope in new ExtensionScopes(this))
11064
foreach (
var
scope in new ExtensionScopes(this))
Binder\Binder_Lookup.cs (2)
52
foreach (
var
scope in new ExtensionScopes(this))
533
private void LookupExtensionMethodsInSingleBinder(
ExtensionScope
scope, LookupResult result, string name, int arity, LookupOptions options, ref CompoundUseSiteInfo<AssemblySymbol> useSiteInfo)
Binder\Binder_Symbols.cs (1)
1545
foreach (
var
scope in new ExtensionScopes(this))
Binder\ExtensionScope.cs (3)
49
private
ExtensionScope
_current;
57
public
ExtensionScope
Current
78
private static
ExtensionScope
GetNextScope(Binder binder)
Compilation\CSharpSemanticModel.cs (1)
4638
foreach (
var
scope in new ExtensionScopes(binder))