internal Microsoft.Cci.IReference Translate(Symbol symbol)
 {
     return symbol.Accept(this, false);
 }
Example #2
0
 internal Microsoft.Cci.IReference Translate(Symbol symbol)
 {
     return(symbol.Accept(this, false));
 }