3 references to Variables
Microsoft.CodeAnalysis (3)
NativePdbWriter\PdbWriter.cs (1)
516
foreach (ILocalDefinition scopeLocal in currentScope.
Variables
)
PEWriter\CustomDebugInfoWriter.cs (1)
173
foreach (var local in currentScope.
Variables
)
PEWriter\MetadataWriter.PortablePdb.cs (1)
105
foreach (ILocalDefinition local in scope.
Variables
)