Example #1
0
 internal Microsoft.Cci.ITypeReference Translate(TypeSymbol typeSymbol)
 {
     return((Microsoft.Cci.ITypeReference)typeSymbol.Accept(this, false));
 }
 internal Microsoft.Cci.ITypeReference Translate(TypeSymbol typeSymbol)
 {
     return (Microsoft.Cci.ITypeReference)typeSymbol.Accept(this, false);
 }
 public TypeSymbol Retarget(TypeSymbol symbol, RetargetOptions options)
 {
     return((TypeSymbol)symbol.Accept(this, options));
 }