3 implementations of ImportScope
Microsoft.CodeAnalysis (3)
CodeGen\MethodBody.cs (1)
141
Cci.IImportScope Cci.IMethodBody.
ImportScope
=> _importScopeOpt;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
148
Cci.IImportScope Cci.IMethodBody.
ImportScope
=> null;
PEWriter\RootModuleStaticConstructor.cs (1)
150
public IImportScope
ImportScope
=> null;
8 references to ImportScope
Microsoft.CodeAnalysis (8)
NativePdbWriter\PdbWriter.cs (2)
114
if (!isKickoffMethod && methodBody.
ImportScope
!= null)
164
var namespaceScopes = methodBody.
ImportScope
;
PEWriter\CustomDebugInfoWriter.cs (4)
277
for (IImportScope scope = methodBody.
ImportScope
; scope != null; scope = scope.Parent)
309
var previousScopes = _previousMethodBodyWithUsingInfo.
ImportScope
;
312
if (methodBody.
ImportScope
== previousScopes)
320
var s1 = methodBody.
ImportScope
;
PEWriter\MetadataWriter.PortablePdb.cs (1)
76
var bodyImportScope = bodyOpt.
ImportScope
;
PEWriter\ReferenceIndexer.cs (1)
113
for (IImportScope scope = body.
ImportScope
; scope != null; scope = scope.Parent)