예제 #1
0
 internal TypeSymbolWithAnnotations SubstituteType(TypeSymbolWithAnnotations previous)
 {
     return(previous.SubstituteType(this));
 }
예제 #2
0
 private static TypeSymbolWithAnnotations SubstituteType(TypeMap typeMap, TypeSymbolWithAnnotations typeSymbol)
 {
     return(typeMap == null ? typeSymbol : typeSymbol.SubstituteType(typeMap));
 }