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