///////////////////////////////////////////////////////////////////////////////// public void AddInconvertibleResult( MethodSymbol method, AggregateType currentType, TypeArray currentTypeArgs) { if (InconvertibleResult.Sym == null) { // This is the first one, so set it for error reporting usage. InconvertibleResult.Set(method, currentType, currentTypeArgs); } _inconvertibleResults.Add(new MethPropWithInst(method, currentType, currentTypeArgs)); }