Beispiel #1
0
 public IEnumerable <Microsoft.Cci.ILocalDefinition> GetVariablesInScope(Microsoft.Cci.ILocalScope scope)
 {
     return(((LocalScope)scope).Variables);
 }
Beispiel #2
0
 public IEnumerable <Microsoft.Cci.ILocalDefinition> GetConstantsInScope(Microsoft.Cci.ILocalScope scope)
 {
     return(((LocalScope)scope).Constants);
 }